API Endpoints
Check API status
Check API availability and validate authentication token.
This endpoint can be used to:
- Verify that your authentication token is valid
- Check API connectivity without performing any heavy operations
- Identify which drive (workspace) your token is connected to
Returns the connected drive ID and name, plus the API version.
get/status
Response
Token is valid and API is available
Example response
{
"drive_id": "c9c5c47e-158a-49f7-846b-4f6ee2a229a2",
"drive_name": "My Team Workspace",
"api_version": "1.2"
}