Address Validation

Creates an address layout.

post/address/layouts/v2

Headers

Reference-Idstring

Optional identifier that will be returned in the response to help you track the request.

Request body

Example request

{
  "layout": {
    "applies_to": [
      {
        "country_iso": "GBR",
        "datasets": [
          "au-address"
        ]
      }
    ]
  }
}

Response

OK

Example response

{
  "error": {
    "title": "Bad Request",
    "detail": "The request body was malformed."
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.