Skip to main content
POST
/
api
/
v1
/
link-token
Create Link Token
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>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json

The body is of type object.

Response

Success