GET/api/v2/users/{userId}/referrals/attribution-commands/{commandId}

GET /api/v2/users/{userId}/referrals/attribution-commands/{commandId}

Authentication

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

Parameters

Request parameters
FieldTypeRequiredDescription
userId (path)integer (int32)Yes
commandId (path)string (uuid)Yes

Responses

200 — OK

Response 200 fields
FieldTypeRequiredDescription
CommandIdstring (uuid)Yes
StatusstringYes
ReasonstringYes
RelationshipIdstring (uuid)Yes
ProgramIdstring (uuid)Yes
AcceptedTermsVersionunknownYes
AcceptedPolicyHashstringYes
AcquisitionOccurredAtstring (date-time)Yes
CommittedAtstring (date-time)Yes
ReplayStatusstringYes
ReplayReasonstringYes
AssignedTierIdunknownNo

Example request

curl -X GET "https://{base_url}/api/v2/users/{userId}/referrals/attribution-commands/{commandId}" \
  -H "x-api-key: YOUR_API_KEY"

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