Skip to main content

AuthRequest

Request payload for client authentication

clientIdstringrequired

The client ID issued to the consumer

Example: your-client-id-123
clientSecretstringrequired

The client secret associated with the client ID

Example: your-client-secret-abc
AuthRequest
{
"clientId": "your-client-id-123",
"clientSecret": "your-client-secret-abc"
}