Returns a list of all addresses for a given UK postcode (5-7 alphanumeric characters). You can use this to confirm that an address exists. For example, if you want to check a recipient's address for a card delivery.
By default, this endpoint isn't enabled. If you'd like to use it, please contact us.
OK
{- "data": [
- {
- "addressLine1": "Great Building",
- "addressLine2": "Four Maple Street",
- "addressLine3": "Southwark",
- "city": "London",
- "postcode": "SE13UB",
- "county": "Greater London"
}
]
}