Build powerful integrations using our secure and robust REST API endpoints.
← Back to Documentation
All API requests must be authenticated with a Bearer token. Add your API key in an Authorization
header.
Token Scope Management
Read-only access
read:resources
Write access
write:resources
Admin privileges
admin:full
Create and manage user accounts
Manage project resources
Task management endpoint
{ "name": "string", "email": "string (email format)", "role": "enum[user,admin]", "projects": "array of project IDs" }
{ "id": "123e4567-e89b-12d3-a456-426614174000", "name": "John Doe", "email": "john@example.com", "role": "user", "created_at": "2025-01-15T10:30:00Z" }
Missing or invalid API token
Exceeded API request limits