← Back to catalog
ukpost.validate
mock data$0.001 / callValidate UK Postcode
Check if a UK postcode is valid and exists — returns true/false. Use for form validation or data cleaning (Postcodes.io)
Input schema
postcoderequired
stringUK postcode to validate (e.g. "SW1A 1AA"). Returns true if valid format and exists
Call via REST
curl -X POST https://unifyapi.pro/api/call/ukpost.validate \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"postcode":"<postcode>"}'