Authorization Code

Authorization request - get a new authorization code (required for AppConnect)

📘

Europe (EU), Canada (CA), and Australia (AU) Base URLs

EU - https://{talkdesk-account-name}.talkdeskid.eu/oauth/authorize

CA - https://{talkdesk-account-name}.talkdeskidca.com/oauth/authorize

AU - https://{account-name}.talkdeskid.au/oauth/authorize

👍

Access and RegistrationAuthentication

Body Response - Schema

302 (the redirect URI with a "code" and the "state" parameter provided in the request query parameter)

Header

ParameterTypeDescriptionRequired
locationstringN/Ano

400 (bad request), 401 (unauthorized)

ParameterTypeDescriptionRequired
headerstringn/ayes
errorstringn/ayes
error_descriptionstringn/ayes
🚧

Troubleshooting

If you have questions or technical issues, please open a ticket using this form.

Authorization Request

Query Params
string
required

The client ID provided in your client information set

string
required

A registered redirect URI where the user is going to be redirected to with the authorization code

string
required
Defaults to code

The value "code" tells the authorization server that the authorization code flow is initiating

string

A space-separated list of scopes (URL encoded) the client is requesting access to

string

A random string, used to prevent CSRF attacks, that will be passed through untouched to the callback with the code

string

A random string, used to prevent replay attacks, that will be passed through untouched to the ID token

Responses

Language
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json