Token -- Authorize

Initiate the OAuth flow to grant an application access to Dialpad resources on behalf of a user.

Query Params
string
enum

PKCE challenge method (hashing algorithm).

Allowed:
string

PKCE challenge value (hash commitment).

string

Space-separated list of additional scopes that should be granted to the vended token.

string
enum

The OAuth flow to perform. Must be 'code' (authorization code flow).

Allowed:
string
required

The URI the user should be redirected back to after granting consent to the app.

string
required

The client_id of the OAuth app.

string

Unpredictable token to prevent CSRF.

Response
204

A successful response

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!