Issue session token
Issues an HMAC-HS256 JWT that a recipient's browser client can use to authenticate with the realtime gateway and the /v1/me/* endpoints. The token embeds the recipient's external id and optional scopes. Provide an expiresIn value (number of seconds or a duration string like "1h") to control token lifetime; defaults to 1 hour. If the recipient does not yet exist, it is created automatically with the provided profile fields.
Authorization
environmentKey In: header
Response Body
curl -X POST "https://loading/v1/server/session-tokens"Docs Workflow
How NotifyHub publishes narrative docs and API reference from the standalone docs app.
List recipients GET
Returns a paginated list of recipients belonging to the environment determined by the API key. Use the `cursor` query parameter for keyset pagination and `status` to filter by recipient lifecycle state. Results are ordered by creation time descending.