Device/Session Management
Last updated
Was this helpful?
This section contains the API documentation for managing user devices and sessions in the Flashgate platform.
The Device and Session Management APIs allow users to:
View and manage their registered devices
Monitor active sessions across devices
Control device trust levels
Revoke sessions for security purposes
All endpoints require authentication using a Bearer token in the Authorization header.
All API responses follow a consistent format:
The APIs return appropriate HTTP status codes:
200 - Success
404 - Resource not found
500 - Internal server error
These APIs are subject to rate limiting to prevent abuse. Please implement appropriate retry logic with exponential backoff in your applications.
Last updated
Was this helpful?
Was this helpful?
{
"success": boolean,
"data": object | array,
"message": string,
"error": string
}