| Method | Endpoint | Authentication Required |
|---|---|---|
GET | {{baseUrl}}/{{stage}}/external/businesses/:businessId/resources/lgas | Yes |
| Header | Value | Required |
|---|---|---|
Content-Type | application/json or */* | Yes |
Accept | application/json or */* | Yes |
X-Business-Key | businessKey | Yes |
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
businessId | string | ✅ | Unique identifier of the business | 26ede24b-ac50-475f-aacc-5ea6339f0863 |
{
"responseCode": "00",
"responseMessage": "LGA resources retrieved successfully",
"data": [
{
"name": "Agege",
"code": "AGG",
"state_code": "LA"
},
{
"name": "Ajeromi-Ifelodun",
"code": "AJI",
"state_code": "LA"
},
{
"name": "Akoko North-East",
"code": "AKE",
"state_code": "ON"
},
{
"name": "Akoko North-West",
"code": "AKW",
"state_code": "ON"
}
]
}| Field | Type | Description |
|---|---|---|
code | string | ISO currency code (e.g., NGN, USD) |
decimalDigits | number | Number of decimal places for the currency |
name | string | Full currency name |
namePlural | string | Plural form of currency name |
rounding | number | Rounding increment (0 = no rounding) |
symbol | string | Currency symbol |
symbolNative | string | Native currency symbol representation |
| Error Code | Message | Description |
|---|---|---|
404 | Business not found | Business ID doesn't exist |
403 | Access denied | User doesn't have permission |
400 | Invalid business ID | Business ID format is invalid |
{
"responseCode": "404",
"responseMessage": "Business not found with ID: invalid-business-id",
"data": null
}/invoices - Create invoice (uses currency data)/businesses/{businessId}/settings - Get business configurationcurl --location --globoff '/{{stage}}/external/{{businessId}}/resources/lgas' \
--header 'X-Business-Key: BK-26EDE24BAC50475FAACC5EA6339F0863-DEV-B2Z6QCEHI3X9' \
--header 'Accept: */*'{
"responseCode": "00",
"responseMessage": "Completed successfully",
"data": [
{
"name": "Aba North",
"code": "NG-AB-ANO",
"stateCode": "NG-AB"
},
{
"name": "Aba South",
"code": "NG-AB-ASO",
"stateCode": "NG-AB"
},
{
"name": "Arochukwu",
"code": "NG-AB-ARO",
"stateCode": "NG-AB"
},
{
"name": "Bende",
"code": "NG-AB-BEN",
"stateCode": "NG-AB"
},
{
"name": "Ikwuano",
"code": "NG-AB-IKW",
"stateCode": "NG-AB"
},
{
"name": "Isiala-Ngwa North",
"code": "NG-AB-INN",
"stateCode": "NG-AB"
},
{
"name": "Isiala-Ngwa South",
"code": "NG-AB-INS",
"stateCode": "NG-AB"
},
{
"name": "Isuikwato",
"code": "NG-AB-ISU",
"stateCode": "NG-AB"
},
{
"name": "Obi Nwa",
"code": "NG-AB-ONW",
"stateCode": "NG-AB"
},
{
"name": "Ohafia",
"code": "NG-AB-OHA",
"stateCode": "NG-AB"
},
{
"name": "Osisioma Ngwa",
"code": "NG-AB-ONG",
"stateCode": "NG-AB"
},
{
"name": "Ugwunagbo",
"code": "NG-AB-UGW",
"stateCode": "NG-AB"
},
{
"name": "Ukwa East",
"code": "NG-AB-UEA",
"stateCode": "NG-AB"
},
{
"name": "Ukwa West",
"code": "NG-AB-UWE",
"stateCode": "NG-AB"
},
{
"name": "Umuahia North",
"code": "NG-AB-UNO",
"stateCode": "NG-AB"
},
{
"name": "Umuahia South",
"code": "NG-AB-USO",
"stateCode": "NG-AB"
},
{
"name": "Umu-Neochi",
"code": "NG-AB-UNE",
"stateCode": "NG-AB"
},
{
"name": "Demsa",
"code": "NG-AD-DEM",
"stateCode": "NG-AD"
},
{
"name": "Fufore",
"code": "NG-AD-FUF",
"stateCode": "NG-AD"
},
{
"name": "Ganaye",
"code": "NG-AD-GAN",
"stateCode": "NG-AD"
},
{
"name": "Gireri",
"code": "NG-AD-GIR",
"stateCode": "NG-AD"
},
{
"name": "Gombi",
"code": "NG-AD-GOM",
"stateCode": "NG-AD"
},
{
"name": "Guyuk",
"code": "NG-AD-GUY",
"stateCode": "NG-AD"
},
{
"name": "Hong",
"code": "NG-AD-HON",
"stateCode": "NG-AD"
},
{
"name": "Jada",
"code": "NG-AD-JAD",
"stateCode": "NG-AD"
},
{
"name": "Lamurde",
"code": "NG-AD-LAM",
"stateCode": "NG-AD"
},
{
"name": "Madagali",
"code": "NG-AD-MAD",
"stateCode": "NG-AD"
},
{
"name": "Maiha",
"code": "NG-AD-MAI",
"stateCode": "NG-AD"
},
{
"name": "Mayo-Belwa",
"code": "NG-AD-MBE",
"stateCode": "NG-AD"
},
{
"name": "Michika",
"code": "NG-AD-MIC",
"stateCode": "NG-AD"
},
{
"name": "Mubi North",
"code": "NG-AD-MNO",
"stateCode": "NG-AD"
},
{
"name": "Mubi South",
"code": "NG-AD-MSO",
"stateCode": "NG-AD"
},
{
"name": "Numan",
"code": "NG-AD-NUM",
"stateCode": "NG-AD"
},
{
"name": "Shelleng",
"code": "NG-AD-SHE",
"stateCode": "NG-AD"
},
{
"name": "Song",
"code": "NG-AD-SON",
"stateCode": "NG-AD"
},
{
"name": "Toungo",
"code": "NG-AD-TOU",
"stateCode": "NG-AD"
},
{
"name": "Yola North",
"code": "NG-AD-YNO",
"stateCode": "NG-AD"
},
{
"name": "Yola South",
"code": "NG-AD-YSO",
"stateCode": "NG-AD"
},
{
"name": "Abak",
"code": "NG-AK-ABA",
"stateCode": "NG-AK"
},
{
"name": "Eastern Obolo",
"code": "NG-AK-EOB",
"stateCode": "NG-AK"
},
{
"name": "Eket",
"code": "NG-AK-EKE",
"stateCode": "NG-AK"
},
{
"na