Creates an access token for authentication in the browser using a link token
cURL
curl --request POST \ --url https://worker.anon.com/api/v1/access-token \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "link_token": "<string>" } '
{ "access_token": "<string>" }
Bearer token authentication
Success
Was this page helpful?