Skip to main content
POST
/
boosted-pages
/
geo-locations
Search geographic locations for targeting
curl --request POST \
  --url https://api.boosterberg.com-beta.com/v1/boosted-pages/geo-locations \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "slovakia",
  "type": "<string>"
}
'
[
  {
    "value": "<string>",
    "label": "<string>",
    "type": "<string>",
    "region": "<string>",
    "country_name": "<string>"
  }
]

Body

application/json
query
string
Example:

"slovakia"

type
string

Location type filter (city, country, zip, region, neighborhood)

Response

200 - application/json

Returns list of facebook-targeting compatible geo locations

value
string
label
string
type
string
region
string
country_name
string