List Locations
GET {{baseUrl}}/v1/youtube/locations?limit=<number>&query=<string>
Search the list of locations for Influencers.
Body
PARAM
Key | Datatype | Required | Description |
limit
|
string | Max items to get | |
query
|
string | String to search by |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"locations": [
{
"id": "<number>",
"name": "<string>",
"title": "<string>"
},
{
"id": "<number>",
"name": "<string>",
"title": "<string>"
}
],
"total": "<number>",
"error": "<boolean>"
} |
ENDPOINTS