cURL
curl --request GET \ --url https://api.raul.ugps.io/api/v1/client/all \ --header 'Authorization: Bearer <token>'
{ "data": [ { "clientId": "<string>", "gpsCount": 123, "clientName": {}, "fantasyName": {}, "rut": {}, "typeOfContract": {}, "idNavixy": {}, "idWialon": {}, "rubroId": {}, "classification": {}, "integration": {}, "idFather": {}, "cityName": {}, "regionName": {} } ] }
Retorna el listado completo de clientes en formato snake_case para compatibilidad con el frontend legacy. Permite filtrar por presencia de suscripciones activas.
Bearer token authentication
Filtrar solo clientes con suscripciones activas
Lista de clientes obtenida exitosamente
Lista de clientes
Show child attributes