v1
latestOpenAPI 3.0.22026-08-061303782.1 MBList Devices
Retrieve a list of Devices.
For details on how to query endpoints using the available parameters, see Query Parameters.
Query parameters
Return every resource created after the cursor value.
Filter by Application ID.
Return every resource created before the cursor value.
Filter where created_at is after the given date.
Filter where created_at is before the given date.
Filter by the description.
Filter by the enabled value.
The numbers of items to return.
Filter by Merchant ID.
Filter by Merchant Identity ID.
Filter by the name.
Filter by the model.
Filter by the tag's key. For more information, see Tags.
Filter by the tag's value. For more information, see Tags.
Filter by the serial number.
Filter where updated_at is after the given date.
Filter where updated_at is before the given date.
Headers
Specify the API version of your request. For more details, see Versioning.
Response
List of Device resources
Example response
{
"_embedded": {
"devices": [
{
"merchant": "MUxxxxxxxxxxxxxxxxxx"
}
]
}
}