get https://{talkdesk-account-name}.talkdeskid.com/oauth/authorize
Authorization request - get a new authorization code (required for AppConnect)
Europe (EU) and Canada (CA) Base URLs
EU - https://{talkdesk-account-name}.talkdeskid.eu/oauth/authorize
CA - https://{talkdesk-account-name}.talkdeskidca.com/oauth/authorize
Body Response - Schema
302 (the redirect URI with a "code" and the "state" parameter provided in the request query parameter)
Header
Parameter | Type | Description | Required |
---|---|---|---|
location | string | N/A | no |
400 (bad request), 401 (unauthorized)
Parameter | Type | Description | Required |
---|---|---|---|
header | string | n/a | yes |
error | string | n/a | yes |
error_description | string | n/a | yes |
Troubleshooting
If you have questions or technical issues, please open a ticket using this form.