GET
/
corporate
/
customers
/
{customerId}
/
documents
Get Corporate Customer Documents
curl --request GET \
  --url https://waas-staging.embedly.ng/api/v1/corporate/customers/{customerId}/documents \
  --header 'x-api-key: <api-key>'
{
    "statuscode": "00",
    "message": "Customer successfully profiled",
    "data": {
      "customerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    }
    "errors": [],
}
{
    "statuscode": "00",
    "message": "Customer successfully profiled",
    "data": {
      "customerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    }
    "errors": [],
}