Get Postcode

Return the postcode for a given coordinate

Endpoint: api/postcode/findPostcode/:lat|long|name

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": "BR1 1HF" 
        }
    ]
}