curl --request GET \
--url https://api.example.com/clients{
"error": false,
"listClients": [
{
"id": "036c71c5-14e0-11f1-9fcd-2418c6c96a00",
"name": "Mark Zuckemberg",
"email": "markz@facebook.com"
},
{
"id": "49a5ddf8-14ce-11f1-9fcd-2418c6c96a00",
"name": "albert Epstein",
"email": "albertE@ralatividad.com"
}
]
}
Retrieve all clients in the system
curl --request GET \
--url https://api.example.com/clients{
"error": false,
"listClients": [
{
"id": "036c71c5-14e0-11f1-9fcd-2418c6c96a00",
"name": "Mark Zuckemberg",
"email": "markz@facebook.com"
},
{
"id": "49a5ddf8-14ce-11f1-9fcd-2418c6c96a00",
"name": "albert Epstein",
"email": "albertE@ralatividad.com"
}
]
}
This endpoint returns a list of all clients registered in the system.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/andreguti9190/Sistema-de-gestion-de-ventas--Nodejs/llms.txt
Use this file to discover all available pages before exploring further.
{
"error": false,
"listClients": [
{
"id": "036c71c5-14e0-11f1-9fcd-2418c6c96a00",
"name": "Mark Zuckemberg",
"email": "markz@facebook.com"
},
{
"id": "49a5ddf8-14ce-11f1-9fcd-2418c6c96a00",
"name": "albert Epstein",
"email": "albertE@ralatividad.com"
}
]
}