Skip to content

List registered devices

GET
/api/v1/auth/devices
curl --request GET \
--url http://localhost:3001/api/v1/auth/devices \
--header 'Authorization: <Authorization>'

List devices registered to the authenticated account. SA-2026-ARCH P2-H.

OK

Media typeapplication/json
object
key
additional properties
any
Examplegenerated
{}

Unauthorized

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}

Internal Server Error

Media typeapplication/json
object
error
string
success
boolean
Examplegenerated
{
"error": "example",
"success": true
}