curl -X GET https://api.example.com/v1/contacts/lists/{list_id}/contacts \
-H "X-API-Key: YOUR_API_KEY"
{
"success": true,
"total": 25,
"contacts": [
{
"unique_id": "1763072372569x...",
"phone_number": "+15551234567",
"first_name": "John",
"last_name": "Doe"
}
],
"powered_by": "Teli"
}
Get contacts from a list
curl -X GET https://api.example.com/v1/contacts/lists/{list_id}/contacts \
-H "X-API-Key: YOUR_API_KEY"
{
"success": true,
"total": 25,
"contacts": [
{
"unique_id": "1763072372569x...",
"phone_number": "+15551234567",
"first_name": "John",
"last_name": "Doe"
}
],
"powered_by": "Teli"
}
curl -X GET https://api.example.com/v1/contacts/lists/{list_id}/contacts \
-H "X-API-Key: YOUR_API_KEY"
{
"success": true,
"total": 25,
"contacts": [
{
"unique_id": "1763072372569x...",
"phone_number": "+15551234567",
"first_name": "John",
"last_name": "Doe"
}
],
"powered_by": "Teli"
}