GET
/unlocodes/{code}
curl \
-X GET https://soget-api-integration.azure-api.net/api-referential-unitary/v1/unlocodes/{code} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Ocp-Apim-Subscription-Key: $API_KEY"
Response examples (200)
{
"code": "UGMUK",
"country": "UG",
"name": "Mukono",
"subdivision": "108",
"coordinates": "0021N 03245E"
}
Response examples (400)
{
"status": "400",
"timestamp": "2022-10-18T14:53:52.239Z",
"code": "R001",
"message": "Information not found."
}