Validates a referral code for a subscription signup
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location 'https://api.ffdemo.ufp.ai/open/companies//tenants//subscription/signup//validate_referral/' \
--header 'Authorization: Bearer <token>'
Responses
Referral validated successfully
{
"company_uuid": "string",
"tenant_uuid": "string",
"id": 0,
"image": "string",
"full_name": "string"
}
Modified at 2025-03-21 07:23:14