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