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 iPaaSIntegrationsWorkflowsConnectorsAI 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
refreshAuthToken
Exchange the supplied refresh token for a fresh JWT access token valid for seven days.
2
listCustomers
executeGraphQLQuery
Run the documented listCustomers GraphQL query using the freshly minted access token as an inline bearer credential.