POST
/api/v2/referrals/signup-signalsAuthenticated signup services only. Never forward a browser-supplied observed IP.
Authentication
Send your API key in the x-api-key header on every request.
Request body
application/json
| Field | Type | Required | Description |
|---|---|---|---|
| UserId | unknown | Yes | |
| SourceEventKey | string | Yes | |
| ServerObservedIp | string | Yes | |
| InstallationToken | string | Yes |
Responses
200 — OK
| Field | Type | Required | Description |
|---|---|---|---|
| Status | string | Yes | |
| SignalsRecorded | unknown | Yes | |
| RelationshipFlagged | boolean | Yes |
Example request
curl -X POST "https://{base_url}/api/v2/referrals/signup-signals" \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"UserId":"…","SourceEventKey":"…","ServerObservedIp":"…","InstallationToken":"…"}'This page is generated from the live OpenAPI specification and always matches the current API.