Update the settings for a whitelist of an advertiser
HTTP method | Endpoint |
PUT | /v1/advertisers/{advertiser_id}/advertiser_whitelists/{whitelist_id} |
Path parameters
Parameter | Description |
advertiser_id | The unique id for the advertiser. |
whitelist_id | The unique id for the whitelist. |
Request body parameters
Field | Type | Description | Nullable |
ip | string | ip | No |
start | string | start ip | No |
end | string | end ip | No |
Response body parameters
Field | Type | Description | |
is_open | integer | open whitelist. 0 close ; 1 open | |
ip_address | array | ip address | |
ip | string | ip | |
ip_range | array | ip range | |
start | string | start ip | |
end | string | end ip |
Example request
Request PUT https://{networkname}.api.offerslook.com/v1/advertisers/4988/advertiser_whitelists/1
Request PUT http://{networkname}.api.offerslook.com/v1/advertisers/4988/advertiser_whitelists/1
Example response
PreviousAdd a new whitelist of an advertiserNextGet information about a specific advertiser of whitelist
Last updated