Retrieve an active UCC and invite link for a given user to support contextual sharing.
cURL
curl --request GET \ --url https://api.cello.so/referral-codes/active-link/{productUserId} \ --header 'Authorization: Bearer <token>'
{ "activeUcc": "<string>", "link": "<string>" }
Was this page helpful?