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

The body is of type object.

Response

200
application/json

details about locations

The response is of type object.