This endpoint retrieves customer using their unique identifier
curl --request GET \ --url https://waas-staging.embedly.ng/api/v1/customers/get/id/{id} \ --header 'x-api-key: <api-key>'
The unique identifier for the customer. Example: ‘f6210a05-fb5b-11ef-a8a9-6045bd97b81d’
{ "code": "00", "success": true, "message": "Retrieved Successfully", "data": null }