Issue Token
Intent
Runs the issue token action.
When to call it
Call this when your workflow reaches the point where it must issue token.
Access boundary
Use the credential type and authentication scheme shown for this operation.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Operational notes
Start an access token using a valid grant.
POST
Issue Token
Body
application/x-www-form-urlencoded
Previous
End Token### Intent
Runs the end token action.
### When to call it
Call this when your workflow reaches the point where it must end token.
### Access boundary
Use the credential type and authentication scheme shown for this operation.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
### Operational notes
Use this operation to revoke an access token or a refresh token.
Next
Issue Token