> ## Documentation Index
> Fetch the complete documentation index at: https://developer.embedly.ng/llms.txt
> Use this file to discover all available pages before exploring further.

# Get A Corporate Customer

> This endpoint enables you to retrieve details of a corporate customer

***

<ParamField path="customerId" type="string" required>
  The uniqe identifier of the corporate customer. **Example:**
  `3fa85f64-5717-4562-b3fc-2c963f66afa6`
</ParamField>

<ResponseExample>
  ```json 200 Success theme={null}
  {
    "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": "user@example.com",
      "customerTierId": 0,
      "corporateName": "Acme Technologies Limited",
      "isCorporateVerified": "Pending",
      "dateCreated": "2025-12-08T06:25:48.561102",
      "dateUpdated": null,
      "discoCode": "0410c57d27"
    }
  }
  ```
</ResponseExample>
