Zendesk

Get the Zendesk JWT for the messaging channel — web widget or mobile apps

Use this method to generate the JSON Web Token (JWT) for authenticating users with the Zendesk Messaging. This enables a client to access the Zendesk Messaging functionality with authenticated user context.

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

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/messaging"
{  "data": {    "token": "string"  }}
{  "error": {    "message": "string"  }}
{  "error": {    "message": "Service Unavailable"  }}