cURL
curl --request GET \ --url https://api.flowxi.app/api/v1/auth/devices \ --header 'Authorization: Bearer <token>'
{ "code": "DEVICES_LISTED", "message": "Devices listed.", "devices": [] }
Lists active tokens with device metadata (excludes legacy tokens without device_id).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
"OK"
Show child attributes