Issue a new access token.
access tokens
Issue a new access token.
Issue a scoped S2 access token for specific resources and operations.
POST
Issue a new access token.
Access token concepts
Review token scopes, permissions, expiry, and revocation behavior.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your access token.
Body
application/json
Access token ID. It must be unique to the account and between 1 and 96 bytes in length.
Required string length:
1 - 96Access 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 RFC 3339 format. If not set, the expiration will be set to that of the requestor's token.
Response
Created access token.

