Prismatic · Arazzo Workflow
Prismatic Rotate Refresh Token
Version 1.0.0
Refresh an access token, use it, then revoke the old refresh token.
View Spec
View on GitHub
Embedded iPaaSIntegrationWorkflowsConnectorsAI AgentsMCPCode-NativeLow-CodeArazzoWorkflows
Provider
Workflows
rotate-refresh-token
Refresh, validate, and then revoke the prior refresh token.
Refreshes the access token from the supplied refresh token, validates it with a listCustomers query, and finally revokes the original refresh token.
1
2
validateToken
Validate the new access token by running the documented listCustomers GraphQL query.
3
revokeOldToken
Revoke the original refresh token now that a validated access token is in hand.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.