New Users
Get new user reward info
Retrieve details on eligibility for the new user reward (discount) and referral information.
GET
cURL
Common reasons for eligible: false
If the response is { "eligible": false } even though the user has a cello_ucc, the most common causes are:
- No active new-user reward on the campaign - the campaign tied to the UCC has no new-user discount configured, or the reward is inactive/expired.
productUserIdmismatch - theproductUserIdyou passed isn’t the user who actually signed up through the referral.- Attribution arrived after the first invoice -
cello_uccwas added to the customer after the firstinvoice.paid; attribution can be retroactive, but reward eligibility is still evaluated against the reward rules. - Self-referral - the new user signed up using their own UCC, or the signup was flagged as a self-referral by Cello’s fraud detection. Self-referrals are not eligible for new-user discounts.
referralUcc, campaignId, and campaignRevision from the response (when eligible: true) against what you expect, and check the Review Referrals section in the portal for self-referral flags.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The Id of the user you want to check
Response
New user reward and eligibility information
Whether the user is eligible for a new user discount
Discount details if eligible
Unique identifier for the signup record
ISO 8601 timestamp when the user signed up
The UCC (Unique Customer Code) that referred this user
The campaign ID associated with the signup
The campaign revision used for the reward calculation
cURL