Create a signed user token
Provides a mechanism for having Surge create a signed token for embeds instead of signing with your own signing key.
Path parameters
user_id
The user for which the token represents authentication.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Token request
duration_seconds
For how many seconds the token should be accepted. Defaults to 15 minutes.
Response
Token created
token
The created token.