Clientes›Obtener un cliente
Obtener un cliente
Devuelve el perfil completo, los datos de contacto y el resumen de gasto. contact.preferred_technician incluye {id, name}. contact.service_area incluye {id, name}. contact.address.latitude / contact.address.longitude son null si no hay coordenadas guardadas.
Argumentos
idstringpathobligatorio
ID del cliente (UUID)
GET/v1/customers/{id}
curl -X GET "https://api.crisphive.com/v1/customers/9b2f6c3e-1a4d-4f0a-8f2e-7c5d1b3a9e01" \ -H "Authorization: Bearer chsk_test_4eC8xQ9mZ2pL7Ka0rT"
Bearer