user/{id}/contacts
Retrieve all the contacts associated with the email on the URL parameter – must be the same as the associated to the JWT.
Request example
GET - {{host}}/user/:email/contacts
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6...Response example
[
{
"contact_id": 531,
"name": "John",
"surname_1": "Doe",
"surname_2": "",
"email": "[email protected]",
"document_type": null,
"document": "",
"country_id": 199,
"user_id": 1182,
"active": 1,
"deleted_at": null,
"phone": "",
"locale": "en",
"created_at": "2024-11-26 11:23:17",
"updated_at": "2025-07-18 06:20:53",
"address": "",
"province": "",
"zip": "",
"nationality": "",
"custom_fields": []
}
]Updated 4 months ago
