Create a JWT to access the in-app notifications service
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
The notifications service User JWT
application/json
tokenstringRequired
Temporary access token to authenticate with the API
post/user/notifications/token
POST /v1/user/notifications/token HTTP/1.1
Host: api.gitbook.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
The notifications service User JWT
{
"token": "text"
}Last updated
Was this helpful?