Api permissions
You api keys can have different access types.
You can choose different access types to your api keys, giving each application only the access they need to perform the specific required operations.
READ
Has permission to call all GET methods. Can read devices, sessions and passings information.
WRITE
Has permission to call all POST and PATCH methods. Can bind devices, insert sessions and passings.
READ_WRITE
Has permission to call all methods.
Unbind device
Property only available for WRITE and READ_WRITE api keys. Has permission to call the DELETE method and allows a device to be deleted from an account.
Typical use case could be:
Devices
WRITE
Api key to use in my custom RFID timing devices.
Timing app
READ_WRITE
Api key to use in my timing software or manual timing app.
Classification app
READ
Api key to use in my own classification software or application.
Admin
READ_WRITE Unbind = true
Api key to use in my timing administration dashboard.
Last updated