Get devices (JWT)
GET/devices
Retrieve all devices associated with the user
Request
Responses
- 200
- 400
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
uid uuid
User uid
device_id uuid
Device id
external_id string
Optional external id assigned upon creation
[
{
"uid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"device_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"external_id": "string"
}
]
Invalid input
Loading...