Skip to main content
GET
/
corporate
/
customers
/
{customerId}
Get A Corporate Customer
curl --request GET \
  --url https://waas-staging.embedly.ng/api/v1/corporate/customers/{customerId} \
  --header 'x-api-key: <api-key>'
{
  "code": "00",
  "success": true,
  "message": "Retrieved successfully",
  "data": {
    "id": "724bb798-fae8-4856-97a6-9d2076266c29",
    "organizationId": "0075b72d-6648-11f0-a7cf-0274f77d4a81",
    "customerTypeId": "0ed8b99b-8097-4e49-bd4c-ff0410c57d27",
    "countryId": "c15ad9ae-c4d7-4342-b70f-de5508627e3b",
    "mobileNumber": null,
    "city": "Lagos",
    "address": "12 Adeola Odeku Street, Victoria Island, Lagos",
    "emailAddress": "[email protected]",
    "customerTierId": 0,
    "corporateName": "Acme Technologies Limited",
    "isCorporateVerified": "Pending",
    "dateCreated": "2025-12-08T06:25:48.561102",
    "dateUpdated": null
  }
}

customerId
string
required
The uniqe identifier of the corporate customer. Example: 3fa85f64-5717-4562-b3fc-2c963f66afa6
{
  "code": "00",
  "success": true,
  "message": "Retrieved successfully",
  "data": {
    "id": "724bb798-fae8-4856-97a6-9d2076266c29",
    "organizationId": "0075b72d-6648-11f0-a7cf-0274f77d4a81",
    "customerTypeId": "0ed8b99b-8097-4e49-bd4c-ff0410c57d27",
    "countryId": "c15ad9ae-c4d7-4342-b70f-de5508627e3b",
    "mobileNumber": null,
    "city": "Lagos",
    "address": "12 Adeola Odeku Street, Victoria Island, Lagos",
    "emailAddress": "[email protected]",
    "customerTierId": 0,
    "corporateName": "Acme Technologies Limited",
    "isCorporateVerified": "Pending",
    "dateCreated": "2025-12-08T06:25:48.561102",
    "dateUpdated": null
  }
}