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
Bad Request
Unauthorized
Forbidden
Not Found
Method Not Allowed
Unsupported Media Type
Too Many Requests
Internal Server Error
{- "data": [
- {
- "addressLine1": "Great Building",
- "addressLine2": "Four Maple Street",
- "addressLine3": "Southwark",
- "city": "London",
- "postcode": "SE13UB",
- "county": "Greater London"
}
]
}