centres
GET /utils/centres
This endpoint retrieves a list of centres.oolean”
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
success
Example:
[
{
"centre_code": "ibadan-sango",
"centre_location": {
"city": "Ojodu Berger",
"country": "Nigeria",
"country_code": "NG",
"formattedAddress": "Olowora, Ojodu Berger 105102, Lagos, Nigeria",
"local": "Kosofe",
"neighborhood": "Olowora",
"postal_code": "105102",
"region": {
"latitude": 6.6395189,
"longitude": 3.3710171
},
"state": "Lagos",
"state_code": "YO",
"ward": "Isheri-Olowo-Ira/Shangisha/Magodo Phase I & II"
},
"centre_name": "Sango Ibadan",
"label": "Sango Ibadan",
"status": "Active",
"value": "ibadan-sango"
},
{
"centre_code": "ibadan-agodi-gate",
"centre_location": {
"city": "Ojodu Berger",
"country": "Nigeria",
"country_code": "NG",
"formattedAddress": "Olowora, Ojodu Berger 105102, Lagos, Nigeria",
"lat": 6.6395189,
"lng": 3.3710171,
"local": "Kosofe",
"neighborhood": "Olowora",
"postal_code": "105102",
"region": {
"latitude": 6.6395189,
"longitude": 3.4710171
},
"state": "Lagos",
"state_code": "YO",
"ward": "Isheri-Olowo-Ira/Shangisha/Magodo Phase I & II"
},
"centre_name": "Agodi Gate Ibadan",
"label": "Agodi Gate Ibadan",
"status": "Active",
"value": "ibadan-agodi-gate"
},
{
"centre_code": "lagos-ojodu-berger",
"centre_location": {
"city": "Ojodu Berger",
"country": "Nigeria",
"country_code": "NG",
"formattedAddress": "Olowora, Ojodu Berger 105102, Lagos, Nigeria",
"lat": 6.6395189,
"lng": 3.3710171,
"local": "Kosofe",
"neighborhood": "Olowora",
"postal_code": "105102",
"region": {
"latitude": 7.6395189,
"longitude": 4.4710171
},
"state": "Lagos",
"state_code": "LA",
"ward": "Isheri-Olowo-Ira/Shangisha/Magodo Phase I & II"
},
"centre_name": "Ojodu Berger Lagos",
"label": "Ojodu Berger Lagos",
"status": "Active",
"value": "lagos-ojodu-berger"
},
{
"centre_code": "lagos-adeniji-adele",
"centre_location": {
"city": "Lagos",
"country": "Nigeria",
"country_code": "NG",
"formattedAddress": "Adeniji Adele Bridge, Lagos Island, Lagos 102273, Lagos, Nigeria",
"local": "Lagos Island",
"neighborhood": "Lagos Island",
"place_id": "EkBBZGVuaWppIEFkZWxlIEJyaWRnZSwgTGFnb3MgSXNsYW5kLCBMYWdvcyAxMDIyNzMsIExhZ29zLCBOaWdlcmlhIi4qLAoUChIJTw4WaWuLOxARPDHb6eb35wISFAoSCcGAguYqizsQEcvZw2ejh57c",
"postal_code": "102273",
"region": {
"latitude": 6.4612672,
"latitudeDelta": 0.0049,
"longitude": 3.3961466,
"longitudeDelta": 0.0022642180094786728
},
"state": "Lagos",
"state_code": "LA",
"street_address": "Adeniji Adele Bridge"
},
"centre_name": "Adeniji Adele Lagos",
"label": "Adeniji Adele Lagos",
"status": "Active",
"value": "lagos-adeniji-adele"
}
]
Example:
"Centres successfully fetched!"
Example:
true