GET
/
referral-codes
/
active-link
/
{productUserId}
cURL
curl --request GET \
  --url https://api.cello.so/referral-codes/active-link/{productUserId} \
  --header 'Authorization: Bearer <token>'
{
  "activeUcc": "<string>",
  "link": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

productUserId
string
required

Product-specific user identifier

Response

200
application/json

Active link returned

The response is of type object.