Get affiliate tier of the affiliate payout
HTTP method | Endpoint |
GET | /v1/affiliate_payouts/{affiliate_payout_id}/affiliate_tiers |
Path parameters
Parameter | Description |
affiliate_payout_id | The unique id for the affiliate payout. |
Response body parameters
Field | Type | Description | |
affiliate_payout | |||
id | integer | Affiliate payout id. | |
offer_id | integer | Offer id. | |
affiliate_id | integer | Affiliaite id | |
event_id | integer | Event id. | |
current_payout | string | Current payout. | |
percent_payout | string | Percent payout. | |
create_time | string | Create time. | |
affiliate_tier | |||
offer_id | integer | Offer id. | |
affiliate_id | integer | Affiliate id. | |
user_id | integer | User id. | |
time_interval_type | integer | Time interval type. 1: Daily ; 2: Weekly ; 3: Monthly | |
effective_time | integer | Effective time. | |
expiration_time | integer | Expiration time. | |
create_time | integer | Create time. | |
tier_item | |||
volume_caps | integer | Volume Based Tiers Volume Caps. | |
payout | string | Volume Based Tiers Payout. | |
percent_payout | string | Percent payout. | |
sort | integer | Volume Based Tiers Sort. | |
range | string | Volume Based Tiers Range. |
Example request
Request GET https://{networkname}.api.offerslook.com/v1/affiliate_payouts/{affiliate_payout_id}/affiliate_tiers
Request GET http://{networkname}.api.offerslook.com/v1/affiliate_payouts/{affiliate_payout_id}/affiliate_tiers
Example response
Last updated