Get information about a specific offer’s geo
HTTP method | Endpoint |
GET | /v1/offers/{offer_id}/geo |
Path parameters
Parameter | Description |
offer_id | The unique id for the offer. |
Response body parameters
Field | Type | Description |
id | integer | |
offer_id | integer | A string that uniquely identifies this offer. |
country | string | Country to be targeted |
country_code | string | Country code. |
city | array | This parameter has been deprecated. [Deprecated] |
type | integer | An identifier included or excluded. |
regions | Regions in targeted country | |
type | integer | An identifier included or excluded. |
region_id | integer | the unique id for the region |
region_name | string | the name of the region |
cities | City in targeted Region | |
type | integer | An identifier included or excluded. |
region_id | integer | the unique id for the region |
city_id | integer | the unique id for the city |
city_name | string | the name of the |
Example request
Request GET https://{networkname}.api.offerslook.com/v1/offers/3147/geo
Request GET http://{networkname}.api.offerslook.com/v1/offers/3147/geo
Example response
Last updated