Devices
devices
Methods
Retrieve a list of devices.
Filtering by custom properties
Use the query parameter to filter devices on custom properties.
Syntax:
properties.key:value: matches devices with a property that contains a key namedkeywith a value ofvalue; use double quotes if the value contains spaces or special charactersproperties.key:value1,value2: matches devices with a property that contains a key namedkeyand its value is eithervalue1orvalue2properties.key:*: matches devices with a property that contains a key namedkeyand any valuefoo: matches devices with properties where any key or stringified value containsfooMultiple qualifiers can be used in the same query string; this will filter devices matching the intersection of the qualifiers (AND).
Create a device
Get details on a specific device.
Delete a device. Once a device is deleted, it will no longer show up in your list of devices.
Before deleting a device, you must delete all associated data.
Update a device
Domain types
Tokens
devices.tokens
Methods
List device tokens
Filter by device ID
Timestamp of the device token's creation
ID of the associated device
Whether this token is enabled or not
You must have an Enterprise or Team account to create and use device tokens
Get a device token
Edit a device token
Delete a device token
Domain types
A DeviceToken authenticates device agents to the API.
A DeviceToken authenticates device agents to the API.