Skip to main content
Version: 1.0.7

Authentication

Authenticate your API requests.

API Keys

Generate API keys from Settings > API Keys.

Creating a Key

  1. Go to Settings > API Keys
  2. Click Generate New Key
  3. Set name and permissions
  4. Copy the key (shown once)

Using the Key

Include in request header:

Authorization: Bearer YOUR_API_KEY

OAuth 2.0

For user-context operations:

POST /oauth/token
Content-Type: application/x-www-form-urlencoded

grant_type=client_credentials
&client_id=YOUR_CLIENT_ID
&client_secret=YOUR_CLIENT_SECRET

Scopes

ScopeAccess
readRead-only access
writeCreate and update
deleteDelete resources
adminFull access