Skip to main content
GET
/
customers
/
get
/
id
/
{customerId}
Get Customer by ID
curl --request GET \
  --url https://waas-staging.embedly.ng/api/v1/customers/get/id/{customerId} \
  --header 'x-api-key: <api-key>'
{
  "data": {
    "id": "7119da47-7903-11f0-a7cf-0274f77d4a81",
    "organizationId": "0075b72d-6648-11f0-a7cf-0274f77d4a81",
    "firstName": "Jesam",
    "lastName": "ofem",
    "middleName": "Ofem",
    "dob": "1964-08-04T00:00:00",
    "customerTypeId": "f671da57-e281-4b40-965f-a96f4205405e",
    "customerTierId": 2,
    "alias": null,
    "countryId": "c15ad9ae-c4d7-4342-b70f-de5508627e3b",
    "city": "Mushin area",
    "address": "4 ogunsanya",
    "mobileNumber": "08062190561",
    "emailAddress": "[email protected]",
    "dateCreated": null,
    "isCorporateVerified": ""
  },
  "status": 200,
  "message": ""
}
customerId
string
required
The unique identifier for the customer. Example: ‘f6210a05-fb5b-11ef-a8a9-6045bd97b81d’
{
  "data": {
    "id": "7119da47-7903-11f0-a7cf-0274f77d4a81",
    "organizationId": "0075b72d-6648-11f0-a7cf-0274f77d4a81",
    "firstName": "Jesam",
    "lastName": "ofem",
    "middleName": "Ofem",
    "dob": "1964-08-04T00:00:00",
    "customerTypeId": "f671da57-e281-4b40-965f-a96f4205405e",
    "customerTierId": 2,
    "alias": null,
    "countryId": "c15ad9ae-c4d7-4342-b70f-de5508627e3b",
    "city": "Mushin area",
    "address": "4 ogunsanya",
    "mobileNumber": "08062190561",
    "emailAddress": "[email protected]",
    "dateCreated": null,
    "isCorporateVerified": ""
  },
  "status": 200,
  "message": ""
}