Verify Postcode
Verify if a postcode exists
Endpoint: /api/postcode/verifyPostcode/:postcode
Request
| Parameter | Type | Position | Required | Sample |
|---|---|---|---|---|
| Content-Type | string |
Header | Yes | application/json |
| Accept | string |
Header | Yes | application/json |
| Authorization | string |
Header | Yes | Bearer eyJ0eXAiOiJKV1QiLCJhbGci... |
Success Response
{
"data": {
"postcode_exits": true,
"lat": "51.401546",
"lon": "0.015415"
}
}