- Application management
- RESTful API
- User API
- Device API
- Get devices
- Get devices extended
- Get device count
- Get device
- Get device by MAC address
- Get device by hostname
- Update device
- Get device threat
- Update device threat
- Get zone devices
- Get agent installer link
- Delete Devices
- Get Device Lifecycle Management settings
- Update Device Lifecycle Management Settings
- Exempt devices from the Device Lifecycle Management process
- Include devices in the Device Lifecycle Management process
- Reset the inactive period for a list of devices that are included in the Device Lifecycle Management process
- Global list API
- Policy API
- Zone API
- Threat API
- Memory protection API
- Detections API
- Package deployment API
- Detection rule API
- Detection rule sets API
- Detection exceptions API
- Device commands API
- Focus view API
- InstaQuery API
- CylanceOPTICS policy API
- Lockdown configurations API
Access token
The access token represents a grant to access
BlackBerry
resources. It contains information about the identity of the caller (application) as well as control information form the token itself, for instance, date it was issued and expiration. This token is also responsible for holding all scopes that would be used by our system to validate actions attempted to be taken against BlackBerry
resources.There is an expiration associated to this token. The expiration time will be set during token creation on the server side. After the token expires, the server will respond with HTTP/1.1 401 unauthorized indicating to the caller to authenticate again with a new access token.