Copy
{
"statuscode": "00",
"message": "Customer successfully profiled",
"data": {
"customerId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
}
"errors": [],
}
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": [],
}
This endpoint enables you to retrieve documents for a corporate customer
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": [],
}