Merge · Arazzo Workflow
Merge Ticketing Link an Account
Version 1.0.0
Create a Merge Link token for the Ticketing category, exchange the public token for an account token, and confirm the linked ticketing system.
Provider
Workflows
link-ticketing-account
Link a new end user to a ticketing platform and obtain a usable account token.
Creates a Link token scoped to the ticketing category, exchanges the public token produced by Merge Link for an account token, and verifies the linked account by reading its details.
1
createLinkToken
{$sourceDescriptions.subpackageLinktokenApi.url}#/paths/~1ticketing~1v1~1link-token/post
Create a single-use Link token scoped to the ticketing category from the end user's identifying details.
2
exchangePublicToken
{$sourceDescriptions.subpackageAccounttokenApi.url}#/paths/~1ticketing~1v1~1account-token~1{public_token}/get
Exchange the public token returned by the Merge Link frontend flow for a durable account token used on all subsequent data requests.
3
confirmAccount
{$sourceDescriptions.subpackageAccountdetailsApi.url}#/paths/~1ticketing~1v1~1account-details/get
Read the linked account details to confirm the integration completed and surface the connected ticketing platform.
Source API Descriptions
openapi
openapi
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.