Creates a link token for authentication
cURL
curl --request POST \ --url https://worker.anon.com/api/v1/link-token \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "link_token": "<string>" }
Bearer token authentication
The body is of type object.
object
Success
Was this page helpful?