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.
POST
End Token
Body
application/x-www-form-urlencoded
Response
200 - application/json
Request completed successfully
The response is of type RevokeTokenResponse · object.
Previous
Read Webhook Endpoint### Intent
Reads the webhook endpoint without changing it.
### When to call it
Call this after your application has received or stored the identifier for the webhook endpoint.
### Access boundary
Authorize the request with a token that carries `webhooks:read` or `webhooks:write`.
### Successful result
A successful request returns `200`. The response schema below defines the body your integration receives.
Next
End Token