Link Token
Create a new link token
POST
/
link_token
Authorization
Body
curl --request POST \
--url https://api.fabra.io/link_token \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <x-api-key>' \
--data '{
"end_customer_id": "abcd-1234-efgh-5678"
}'
{
"link_token": "abc123def"
}
Authorizations
X-API-KEY
string
headerrequiredBody
application/json
end_customer_id
string
requiredResponse
200 - application/json
link_token
string
curl --request POST \
--url https://api.fabra.io/link_token \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <x-api-key>' \
--data '{
"end_customer_id": "abcd-1234-efgh-5678"
}'
{
"link_token": "abc123def"
}