Available layouts for a country

There are different types of layouts available with Experian Address Validation. You can use one of the predefined ones which are available to all users or use a custom layout to suit your solution. You can create a custom layout yourself or by contacting us.

Layout API

To check the layouts available to you, whether predefined or custom:

  1. Go to our API specification page and click the POST /address/layouts/v1, 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.
  4. In the Request body section you can select an example request from the dropdown. You can either use it as is or update the request body with your desired values.
  5. Click Execute to send the request to the API.
  6. View the response returned by the API under Responses. This will tell you what layouts are available to you.

Postman is a free, easy-to-use third-party application that you can use to send API calls.

Follow these instructions to send requests to the API via Postman:

  1. Download and install the free Postman app.
  2. Download the Postman collection.
  3. Open the Postman app and click Import in the upper-left corner.
  4. Import the file you've downloaded.
  5. Go to the Collections tab on the left-hand side panel and click the API request you want to test.
  6. Go to the Headers tab.
  7. Replace the {{Auth-Token}} value with your token.
  8. Go to the Body tab.
  9. (Optional) Replace the address value with an address of your choice. Note that the address value must be enclosed in quotation marks, e.g. "125 summer St". Alternatively, you can skip this step and use the preset values.
  10. Click Send to submit the API request.
  11. View the response returned by the API.
    Note that your request was successful only if the API returned an HTTP status code of 200 - Success. Check out Response status codes codes to find out more about scenarios where the API returns errors.

Layout builder

This functionality is coming to the Layout builder soon. To see what layout management functions the Layout builder currently has, please see the introduction to this guide.