curl --request GET \ --url https://api.example.com/api/clientes/:id
Clients
Get Client
Retrieve a specific client by ID
GET
/
api
/
clientes
/
:id
Get Client
curl --request GET \ --url https://api.example.com/api/clientes/:id
This endpoint is not currently implemented in the API. To retrieve client information, use the List Clients endpoint and filter by ID on the client side.