System: Operational
Resources

API ReferenceIntegration Docs

Complete API documentation for integrating with our services and platforms.

API Options

Choose Your API

REST API

REST API

RESTful API endpoints for standard integrations

  • JSON responses
  • OAuth 2.0 authentication
  • Rate limiting
  • Webhook support
GraphQL API

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/login

Authenticate user and receive access token

POST/api/auth/refresh

Refresh expired access token

POST/api/auth/logout

Invalidate access token

Users

GET/api/users

List all users (paginated)

GET/api/users/:id

Get specific user by ID

POST/api/users

Create new user

PUT/api/users/:id

Update user information

DELETE/api/users/:id

Delete user account

Projects

GET/api/projects

List all projects for authenticated user

GET/api/projects/:id

Get project details

POST/api/projects

Create new project

PUT/api/projects/:id

Update project

DELETE/api/projects/:id

Archive project

Webhooks

GET/api/webhooks

List configured webhooks

POST/api/webhooks

Register new webhook

DELETE/api/webhooks/:id

Remove webhook

Need API Access?

Contact us to get your API credentials and start integrating.

Request API Key →