v1
latestOpenAPI 3.0.32026-07-2226694862.5 KBCustom Scrub Rates
Get Custom Scrub Rate by ID
Retrieve a single custom scrub rate setting by its ID.
get/networks/custom/scrubrate/{settingId}
Path parameters
settingIdinteger required
The custom scrub rate setting identifier.
Query parameters
relationship'all'
Set to all to include expanded relationship data (ruleset, variables) in the response. Without this parameter, only affiliate and offer are returned.
Response
Example response
{
"time_created": 1734455015,
"time_saved": 1734455015,
"relationship": {
"affiliate": {
"time_created": 1734455015,
"time_saved": 1734455015
}
}
}