Create token (Cloud-only)
Create a new client side access token with the specified configuration.
Headers
Authorization
Header authentication of the form Bearer <token>
Request
This endpoint expects an object.
policy
hostname
The hostname of the client side application. Please specify the full URL including the protocol (http or https).
expires_at
The expiration date of the token. If not provided, the token will expire in 5 minutes
Response
201
policy
token
hostname
expiresAt