Muestra la data del domicilio del cliente.
Retorna la data de un domicilio.
Content-Type: application/json Authorization: <integration-token> Host: example.org Cookie:
GET /internal/v1/clients/domiciles
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/json; charset=utf-8 ETag: W/"64c3005eeed1f09bf58fb8c8a96f7442" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: fab2e394-ff07-4813-9d4d-b4a854d4f30a X-Runtime: 0.026133 Vary: Origin Content-Length: 381
200 OK
{
"data": {
"id": 14,
"city": "New Clintonport",
"street_address": "2830 Spinka Course",
"street_number": "5534",
"telephone_number": "568.817.2551",
"postal_code": "03138",
"state": "pending",
"user_type": "User",
"user_id": 7777,
"floor": null,
"created_at": "2023-04-19T17:15:27.000Z",
"updated_at": "2023-04-19T17:15:27.000Z",
"region": null,
"country": "arg",
"used_to": "kyc",
"apartment": null,
"alias": null
}
}