Create Realtime Token
Issue a subscribe-only Ably token for a submission’s realtime channel.
The token grants subscribe on submission:{submission_id} only, so a
customer can receive live workflow_update status events without holding
any Ably credentials. Relay the response verbatim to the Ably client SDK
(e.g. via authCallback); it expires and is re-requested from this
endpoint on refresh.
Authentication: Requires X-API-Key header with valid API key.
Raises: 404: If submission not found or not in the authenticated workspace. 503: If Ably is not configured for this deployment.
Authorizations
Workspace-scoped API key. Format: sk_live_{64 hex chars}
Path Parameters
Response
Successful Response
Ably token request granting subscribe-only access to a submission channel.
Relay this object verbatim to the Ably client SDK (e.g. via authCallback)
to authenticate a subscription to the submission's realtime channel.
Ably key name the token is signed with
Token lifetime in milliseconds
Granted capability (JSON): subscribe on the submission channel
Signing timestamp (ms since epoch)
Unique nonce for the signed token request
HMAC signature of the token request
Client identity stamped on the token