Merge · Arazzo Workflow
Merge File Storage Link an Account
Version 1.0.0
Create a Merge Link token for the File Storage category, exchange the public token for an account token, and confirm the linked file storage provider.
Provider
Workflows
link-filestorage-account
Link a new end user to a file storage provider and obtain a usable account token.
Creates a Link token scoped to the file storage 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/~1filestorage~1v1~1link-token/post
Create a single-use Link token scoped to the file storage category from the end user's identifying details.
2
exchangePublicToken
{$sourceDescriptions.subpackageAccounttokenApi.url}#/paths/~1filestorage~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/~1filestorage~1v1~1account-details/get
Read the linked account details to confirm the integration completed and surface the connected file storage provider.
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.