Skip to main content

Generate a subscriber token

POST 

/subscriber-inbox/token

Generate a JWT token for client-side inbox authentication. This is a server-side call that requires your API key. Pass the returned token to @zyphr-dev/inbox-react's <ZyphrProvider subscriberToken="..."> or use it as Authorization: Bearer <token> for client-side inbox API calls and WebSocket connections.

The token expires in 7 days.

Request

Responses

Subscriber token generated