access-tokens
Issue a new access token.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Access token ID. It must be unique to the account and between 1 and 96 characters.
Access token scope.
Namespace streams based on the configured stream-level scope, which must be a prefix. Stream name arguments will be automatically prefixed, and the prefix will be stripped when listing streams.
Expiration time in seconds since Unix epoch. If not set, the expiration will be set to that of the requestor's token.
Response
201
application/json
Created access token.