POST/api/v2/referral-attribution-quotes

Service-only preflight. The exact displayed offer is immutable; a quote reserves no funds.

Authentication

Send your API key in the x-api-key header on every request.

Request body

application/json

Request body fields
FieldTypeRequiredDescription
RegistrationAttemptIdstring (uuid)No
ReferralCodestringYes
SourcestringYes
InvitationTokenstringNo
VerifiedEmailInvitationIdstring (uuid)No
VerifiedUserIdunknownNo
LocalestringNo

Responses

200 — OK

Response 200 fields
FieldTypeRequiredDescription
QuoteIdstring (uuid)Yes
RegistrationAttemptIdstring (uuid)Yes
ProgramIdstring (uuid)Yes
ExpectedOfferVersionIdstring (uuid)Yes
TermsVersionunknownYes
TermsTextstringYes
TermsHashstringYes
PolicyHashstringYes
QuotedAtstring (date-time)Yes
ExpiresAtstring (date-time)Yes
StatusstringYes
LocalestringYes
Boostsarray of ReferralBoostOfferNo
EligibilityNoticestringNo

Example request

curl -X POST "https://{base_url}/api/v2/referral-attribution-quotes" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"ReferralCode":"…","Source":"…"}'

This page is generated from the live OpenAPI specification and always matches the current API.