POST
/api/v2/referral-attribution-quotesService-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
| Field | Type | Required | Description |
|---|---|---|---|
| RegistrationAttemptId | string (uuid) | No | |
| ReferralCode | string | Yes | |
| Source | string | Yes | |
| InvitationToken | string | No | |
| VerifiedEmailInvitationId | string (uuid) | No | |
| VerifiedUserId | unknown | No | |
| Locale | string | No |
Responses
200 — OK
| Field | Type | Required | Description |
|---|---|---|---|
| QuoteId | string (uuid) | Yes | |
| RegistrationAttemptId | string (uuid) | Yes | |
| ProgramId | string (uuid) | Yes | |
| ExpectedOfferVersionId | string (uuid) | Yes | |
| TermsVersion | unknown | Yes | |
| TermsText | string | Yes | |
| TermsHash | string | Yes | |
| PolicyHash | string | Yes | |
| QuotedAt | string (date-time) | Yes | |
| ExpiresAt | string (date-time) | Yes | |
| Status | string | Yes | |
| Locale | string | Yes | |
| Boosts | array of ReferralBoostOffer | No | |
| EligibilityNotice | string | No |
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.