get https://sandbox.sa.leantech.me/customers/v1
Response
xxxxxxxxxx
curl --request GET \
--url https://sandbox.sa.leantech.me/customers/v1 \
--header 'accept: application/json'
xxxxxxxxxx
25{
"data": [
{
"customer_id": "34c11087-b6bc-429b-9a91-725941b1a547",
"app_user_id": "sandbox_user_1",
"payload": {
"id": "string",
"customer_id": "string",
"payment_source_id": "string",
"payment_destination_id": "string",
"status": "string"
},
"type": "string",
"message": "string",
"timestamp": "string",
"event_id": "string"
}
],
"page": {
"number": 0,
"size": 1,
"total_elements": 46,
"total_pages": 46
}
}