Skip to main content
GET

Response

Returns an array of active devices. Each device represents a refresh token and its associated access token.
string
Unique identifier for the token (UUID)
object
Information about the device
string
Timestamp when the token was last used
string
Timestamp when the token was created
string
Timestamp when the token expires

Error Responses

object
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