Resources
API ReferenceIntegration Docs
Complete API documentation for integrating with our services and platforms.
API Options
Choose Your API

REST API
RESTful API endpoints for standard integrations
- ▸JSON responses
- ▸OAuth 2.0 authentication
- ▸Rate limiting
- ▸Webhook support

GraphQL API
Flexible GraphQL endpoint for complex queries
- ▸Single endpoint
- ▸Precise data fetching
- ▸Real-time subscriptions
- ▸Introspection enabled
Available Endpoints
API Endpoints
Authentication
POST
/api/auth/loginAuthenticate user and receive access token
POST
/api/auth/refreshRefresh expired access token
POST
/api/auth/logoutInvalidate access token
Users
GET
/api/usersList all users (paginated)
GET
/api/users/:idGet specific user by ID
POST
/api/usersCreate new user
PUT
/api/users/:idUpdate user information
DELETE
/api/users/:idDelete user account
Projects
GET
/api/projectsList all projects for authenticated user
GET
/api/projects/:idGet project details
POST
/api/projectsCreate new project
PUT
/api/projects/:idUpdate project
DELETE
/api/projects/:idArchive project
Webhooks
GET
/api/webhooksList configured webhooks
POST
/api/webhooksRegister new webhook
DELETE
/api/webhooks/:idRemove webhook