curl --location --request GET 'https://api.synup.com/api/v4/plan-sites' \
--header 'Authorization: API T9V35W3xxxxxxxxxxx'
{
"data": {
"planSites": [
{
"hideAddressSupportedCountries": [],
"id": 224,
"name": "Thumbtack",
"supportedCountries": [
"US"
],
"url": "thumbtack.com"
},
{
"hideAddressSupportedCountries": [
"FR",
"DE",
"NL",
"IE",
"US",
"CA",
"AU",
"NZ",
"ES",
"GB"
],
"id": 2,
"name": "Yelp",
"supportedCountries": [
"FR",
"DE",
"NL",
"IE",
"US",
"CA",
"AU",
"NZ",
"ES",
"BE",
"GB",
"IT",
"CH",
"SE",
"PL",
"AT"
],
"url": "yelp.com"
}
]
}
}