Get all information about a specific advertiser
HTTP method | Endpoint |
GET | /v1/advertisers/{advertiser_id}/all |
Path parameters
Parameter | Description |
advertiser_id | The unique id for the advertiser. |
Response body parameters
Field | Type | Description | ||
advertiser | ||||
id | integer | A string that uniquely identifies this advertiser. | ||
first_name | string | The first_name of the this Advertiser. | ||
last_name | string | The last_name of the this Advertiser. | ||
string | The email of the this Advertiser. | |||
company | string | The company of the this Advertiser. | ||
country | string | The country of the Advertiser's physical address. | ||
status | string | Advertiser status. | ||
instant_message_account | string | Instant messaging account. | ||
instant_message_type | integer | types of instant messaging. | ||
manager_id | integer | Account Manager ID. | ||
phone | string | The phone number of the Advertiser. | ||
website | string | |||
security_mode | integer | selection to activate security code. 0:close ; 1:open | ||
security_code | string | conversion security code | ||
create_time | integer | Create time | ||
advertiser_whitelist | ||||
ip_address | array | ip address | ||
ip | string | ip | ||
ip_range | array | ip range | ||
start | string | start ip | ||
end | string | end ip |
Example request
Request GET https://{networkname}.api.offerslook.com/v1/advertisers/4865/all
Request GET http://{networkname}.api.offerslook.com/v1/advertisers/4865/all
Example response
Last updated