Skip to main content
GET
/
api
/
v1
/
auth
/
devices
List active devices
curl --request GET \
  --url https://api.flowxi.app/api/v1/auth/devices \
  --header 'Authorization: Bearer <token>'
{
  "code": "DEVICES_LISTED",
  "message": "Devices listed.",
  "devices": []
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

code
string
required
Example:

"OK"

message
string
required
Example:

"OK"

devices
object[]
required