cURL
curl --request GET \ --url https://api.raul.ugps.io/api/v1/clients/{clientId}/addresses \ --header 'Authorization: Bearer <token>'
{ "data": [ { "addresses": [ { "clientAddressId": "<string>", "clientId": "<string>", "address": "<string>", "addressType": "branch", "lastUsedAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "alias": {}, "cityId": {}, "cityName": {} } ], "cityId": {}, "cityName": {} } ] }
Obtener direcciones de un cliente agrupadas por ciudad
Bearer token authentication
ID del cliente (UUID)
Limite de direcciones (default: 20)
Lista de direcciones agrupadas por ciudad
Direcciones agrupadas por ciudad
Show child attributes