Prismatic · Arazzo Workflow
Prismatic Refresh Token and List Customers
Version 1.0.0
Exchange a refresh token for a fresh access token, then list all customers.
View Spec
View on GitHub
Embedded iPaaSIntegrationWorkflowsConnectorsAI AgentsMCPCode-NativeLow-CodeArazzoWorkflows
Provider
Workflows
refresh-and-list-customers
Refresh the access token then enumerate every customer tenant.
Refreshes the JWT access token from a supplied refresh token and then issues the documented listCustomers GraphQL query, returning the array of customer nodes with id, name and externalId.
1
refreshToken
Exchange the supplied refresh token for a fresh JWT access token valid for seven days.
2
listCustomers
Run the documented listCustomers GraphQL query using the freshly minted access token as an inline bearer credential.
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.