Get Contacts
Retrieve contacts from a location
GET
https://api-dynex.hu/contacts
API Tester
Test the endpoint with your own parameters
Request
Waiting for input...
Response
Response will appear here after sending request
Sample Request
curl -L 'https://api-dynex.hu/contacts?privateToken=pk_live_1234567890abcdef&locationId=ve9EPM428h8vShlRW1KT&limit=20' \
-H 'Accept: application/json' \
-H 'User-Agent: MyApp/1.0'
Sample Response
{
"success": true,
"meta": {
"total": 47,
"locationId": "ve9EPM428h8vShlRW1KT",
"page": 1,
"limit": 20
},
"data": [
{
"id": "contact_xyz789",
"firstName": "László",
"lastName": "Nagy",
"email": "laszlo.nagy@example.com",
"phone": "+36301234567",
"dateAdded": "2024-01-10T09:30:00.000Z",
"tags": ["VIP", "Visszatérő ügyfél"],
"source": "website"
},
{
"id": "contact_abc456",
"firstName": "Anna",
"lastName": "Kovács",
"email": "anna.kovacs@example.com",
"phone": "+36709876543",
"dateAdded": "2024-01-12T14:15:00.000Z",
"tags": ["Új ügyfél"],
"source": "referral"
}
]
}
Parameters
privateToken
(required) - Your Dynex Private Integration Token
locationId
(required) - Location ID
limit
(optional) - Number of contacts to return (1-100, default: 20)