GET
/
oauth
/
dialpad
/
authorize
Authorize Dialpad
curl --request GET \
  --url https://api.klavis.ai/oauth/dialpad/authorize
"<any>"

Query Parameters

instance_id
string
required

Unique identifier for the client instance requesting authorization

client_id
string | null

Client ID for white labeling, if not provided will use default credentials

scope
string | null

Optional OAuth scopes to request (space-separated string)

redirect_url
string | null

Optional URL to redirect to after authorization completes

code_challenge
string | null

PKCE code challenge for enhanced security

code_challenge_method
string | null
default:S256

PKCE code challenge method (default: S256)

Response

Successful Response

The response is of type any.