If you want to check the details about a custom layout you have already created, follow the steps below:

  1. Go to our API specification page and click the GET /address/layouts/v2/{name}, so that it expands.
    POST /layouts swagger view

  2. Click Try it out in the upper-right corner.

  3. In the Parameter section:

    • Enter your token in the Auth-Token field.
    • Enter the name of the layout you want to view.
  4. Click Execute to send the request to the API.

  5. View the response returned by the API under Responses. This will give you information regarding the layout including:

    • The details for each address line
    • Settings that define, for example:
      • Element separators that are used to separate multiple address elements on the same line, e.g. a comma to separate a sub-building name from a building name
      • Elements that shoud be abbreviated
      • Elements that should be capitalised
    • All the fundamental information in /address/layouts/v2 endpoint