Locations
Last updated
Last updated
GET /partner-api/v2/admin/context/locations HTTP/1.1
X-API-Key: YOUR_API_KEY
Accept: */*
{
"locations": [
{
"id": "text",
"name": "text",
"external_id": "text",
"location": "text"
}
]
}