Get a Postcode's Boundary
Get a postcode's Boundary
Endpoint: /api/postcode/postcodeBoundary/: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": {
"boundary": "{"type":"Polygon","coordinates":[[[0.015820498928952,51.4009256169378],[0.015628137546499,51.400941012943],[0.015067313514889,51.4016033638655],[0.01515433901808,51.4018358773479],[0.015385712222528,51.4019331770376],[0.015836708786946,51.4009513324606],[0.015820498928952,51.4009256169378]]]}
}
}