POST
/
link_token
curl --request POST \
  --url https://api.fabra.io/link_token \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '{
  "end_customer_id": "abcd-1234-efgh-5678"
}'
{
  "link_token": "abc123def"
}

Authorizations

X-API-KEY
string
headerrequired

Body

application/json
end_customer_id
string
required

Response

200 - application/json
link_token
string