OpenRelay is in Preview — the API is still evolving and may change without notice.
Catalog

Locations / regions

GET
/v1/locations
AuthorizationBearer <token>

OpenRelay API key. Send it as Authorization: Bearer vl_….

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/locations"
[
  {
    "id": "string",
    "name": "string",
    "city": "string",
    "country": "string",
    "region": "string",
    "latitude": 0,
    "longitude": 0
  }
]
{
  "error": "string",
  "code": "string"
}