Inspect Token
Intent
Runs the inspect token action.
When to call it
Call this when your workflow reaches the point where it must inspect 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.
POST
Inspect Token
Body
application/x-www-form-urlencoded
Response
200 - application/json
Request completed successfully
Available options:
access_token, refresh_token Available options:
user, organization Previous
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.
Next
Inspect Token