Authentication Flow
Get Account Token
An account_token is a unique token that you can use to make API requests on behalf of a User's Linked Account.
To get an account_token:
-
Make an API request to
/link/token/createto retrieve alink_token. -
Use the
link_tokento initiate Source System, Agave Link will generate a temporarypublic_token. -
Make an API request to
/link/token/exchangeto exchange thepublic_tokenfor a permanentaccount_tokenand other metadata for the User's Linked Account. -
Store the
account_tokensecurely to make future API requests.
Use Account Token
With the account_token, you can then make API requests on behalf of a User's Linked Account.