Referrals
Get Referral Links
Referrals
Get Referral Links
This endpoint returns a user's referral links, one for each merchant the credentials have access to.
GET
/referral_links
Bearer*
curl --request GET \
--url https://api.thanx.com/referral_links \
--header 'Authorization: Bearer <token>'
curl --request GET \
--url https://api.thanx.com/referral_links \
--header 'Authorization: Bearer <token>'
{
"referral_links": [
{
"merchant_id": "9a1f0772c9ac",
"link": "https://signup.thanx.com/pizza_bob/Jane-23uow234243"
}
]
}