Get a list of approved offer affiliate
HTTP method
Endpoint
GET
/v1/affiliates/{affiliate_id}/approved
Path parameters
Parameter
Description
affiliate_id
The unique id for the affiliate.
Response body parameters
Field
Type
Description
id
integer
affiliate_id
integer
Affiliate id.
offer_id
integer
Offer id.
Example request
Request GET https://{networkname}.api.offerslook.com/v1/affiliates/4998/approved
Request GET http://{networkname}.api.offerslook.com/v1/affiliates/4998/approved
Example response
{
"code": 0,
"message": "Success",
"data": {
"affiliate_approved": [
{
"id": 5032,
"affiliate_id": 4998,
"offer_id": 3049
},
{
"id": 5033,
"affiliate_id": 4998,
"offer_id": 3046
},
{
"id": 5034,
"affiliate_id": 4998,
"offer_id": 3041
}
]
}
}
PreviousAdd offers to an approved list of affiliateNextRemove offers from a list of approved affiliate
Last updated
Was this helpful?