Devices
List Active Devices
List all active devices (tokens) for the authenticated user
GET
Response
Returns an array of active devices. Each device represents a refresh token and its associated access token.Unique identifier for the token (UUID)
Information about the device
Timestamp when the token was last used
Timestamp when the token was created
Timestamp when the token expires
Error Responses
Error details when the request fails
Common error cases:
- 401 Unauthorized: Missing or invalid access token
- 401 Unauthorized: Token has expired
- 500 Internal Server Error: Invalid user ID in token
