Developer Portal
Build integrations with the Cricado Partner API using OAuth2 client credentials.
Authentication
POST /api/v1/oauth/token
{
"grantType": "client_credentials",
"clientId": "...",
"clientSecret": "..."
}Build integrations with the Cricado Partner API using OAuth2 client credentials.
POST /api/v1/oauth/token
{
"grantType": "client_credentials",
"clientId": "...",
"clientSecret": "..."
}