Skip to main content
GET
Get Contact
Gunakan endpoint ini untuk mengambil kontak dari satu list. Ganti :id pada URL dengan ID list, lalu sertakan API key pada header api-key.

Request

Headers

Path Parameters

Query Parameters

Example Request

Response

Success

string
Code: 200
The data array contains the contacts in the selected list. Group entries have is_group: true; timestamps are Unix timestamps in milliseconds.

Error

string
Code: 404 - Not Found (API key invalid or list not found)
Code: 500 - Internal Server Error