Skip to main content
POST
/
v1
/
notifications
/
inbox-token
Issue a Courier Inbox JWT scoped to the caller
curl --request POST \
  --url https://api.example.com/v1/notifications/inbox-token
{
  "token": "<string>",
  "expiresAt": "2023-11-07T05:31:56Z"
}

Response

200 - application/json
token
string
expiresAt
string<date-time>