cURL
curl --request GET \ --url https://api.getjusto.com/api/v2/clients/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "data": { "_id": "<string>", "name": "<string>", "email": "<string>", "phone": "<string>", "firstLogin": "<string>", "lastLogin": "<string>", "ordersCount": 123, "firstOrder": "2023-11-07T05:31:56Z", "lastOrder": "2023-11-07T05:31:56Z", "pointsBalance": 123, "marketingEmailEnabled": true } }
Usa este método para obtener el detalle de un cliente.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Corresponde al identificador del cliente.
success
The response is of type object.
object