Zendesk

Get the Zendesk JWT

Use this method to generate the JSON Web Token (JWT) for single sign-on (SSO) authorization in Zendesk from the Trader's Room. This enables a client to access the Zendesk functionality without any additional authorization.

POST
/api/v2/my/helpdesk/zendesk/auth/web

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/v2/my/helpdesk/zendesk/auth/web"
{  "data": {    "token": "string",    "baseUrl": "string",    "redirectUrl": "string"  }}
{  "error": {    "message": "string"  }}
{  "error": {    "message": "Service Unavailable"  }}