Authorize Dialpad
Start Dialpad OAuth flow
Parameters:
- instance_id: Identifier for the instance requesting authorization
- client_id: Optional client ID for white labeling
- scope: Optional scopes to request (space-separated)
- redirect_url: Optional URL to redirect to after authorization completes
- code_challenge: PKCE code challenge for enhanced security
- code_challenge_method: PKCE code challenge method
Query parameters
Unique identifier for the client instance requesting authorization
Unique identifier for the client instance requesting authorization
Client ID for white labeling, if not provided will use default credentials
Client ID for white labeling, if not provided will use default credentials
Optional OAuth scopes to request (space-separated string)
Optional OAuth scopes to request (space-separated string)
Optional URL to redirect to after authorization completes
Optional URL to redirect to after authorization completes
PKCE code challenge for enhanced security
PKCE code challenge for enhanced security
PKCE code challenge method (default: S256)
PKCE code challenge method (default: S256)
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.