Developer Portal

Build integrations with the Cricado Partner API using OAuth2 client credentials.

API Clients

Generate and manage client credentials

Usage Dashboard

Monitor API request volume

Authentication

POST /api/v1/oauth/token
{
  "grantType": "client_credentials",
  "clientId": "...",
  "clientSecret": "..."
}