POST
/
v2
/
locations
/
filter
{
  "locations": [
    {
      "accessible": true,
      "code": "<string>",
      "id": "<string>",
      "iso_code": "<string>",
      "name": "<string>",
      "namespaces": [
        {
          "code": "<string>",
          "wave_codes": [
            "<string>"
          ]
        }
      ],
      "region": {
        "area": "<string>",
        "code": "<string>",
        "id": "<string>",
        "name": "<string>"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Body

application/json
request for filter
include
object
namespaces
object[]

Namespace codes to filter locations by.

waves
object[]

Wave codes to filter locations by.

Response

200
application/json
details about locations
locations
object[]

List of locations found using the filter criteria.