Device/Session Management
This section contains the API documentation for managing user devices and sessions in the Flashback platform.
Overview
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
Available Endpoints
Device Management
Method
API Reference
Description
Session Management
Method
API Reference
Description
Authentication
All endpoints require authentication using a Bearer token in the Authorization header.
Common Response Format
All API responses follow a consistent format:
{
"success": boolean,
"data": object | array,
"message": string,
"error": string
}
Error Handling
The APIs return appropriate HTTP status codes:
200
- Success404
- Resource not found500
- Internal server error
Rate Limiting
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?