v8
OpenAPI 3.1.02026-08-033623795.0 MBAffiliates
Retrieve override
Retrieves the details of a specific affiliate override.
Required permissions:
- affiliate:basic:read
get/affiliates/{id}/overrides/{override_id}
Path parameters
idstring required
Example:aff_xxxxxxxxxxxxxx
The affiliate ID.
override_idstring required
The override ID.
Response
A successful response
Example response
{
"commission_value": 6.9,
"id": "affov_xxxxxxxxxxxx",
"plan_id": "plan_xxxxxxxxxxxxx",
"total_referral_earnings_usd": 6.9
}