Sign-in Tokens
Create sign-in token
Creates a new sign-in token and associates it with the given user. By default, sign-in tokens expire in 30 days. You can optionally supply a different duration in seconds using the expires_in_seconds property.
post/sign_in_tokens
Request body
Response
Success
Changes
Changed in 1 of the 15 revisions of this API.2
- ○
added the new optional request property
new-optional-request-property
- ○
added the non-success response with the status
response-non-success-status-added
- ○