Skip to content
Developers

API documentation

A REST API with predictable resources, cursor pagination and signed webhooks.

POST/v1/auth/token

Authentication

All API requests are authenticated with a bearer token issued per workspace.

curl -X POST https://api.nexora.io/v1/auth/token \
  -H "Content-Type: application/json" \
  -d '{
    "client_id": "nx_live_8f21c4",
    "client_secret": "••••••••••••••••"
  }'

Base URL

https://api.nexora.io/v1

Rate limits

600 requests per minute per workspace

Pagination

Cursor based with has_more and next_cursor