cURL
curl --request GET \ --url https://api.getmalakai.com/api/api/contacts \ --header 'Authorization: <authorization>' \ --header 'x-access-token: <x-access-token>'
{ "responseCode": 2000, "message": "Contacts fetched successfully", "data": [ { "id": "90d28d8d-3173-4434-8a32-bd2622131234", "user_id": "7xd23pd123", "contact_name": "", "contact_number": [ "+12123123123" ], "contact_email": "", "tags": [ "tag1", "tag2" ], "created_at": "2024-10-29T10:26:24.291Z", "updated_at": "2024-10-29T15:56:34.039Z" }, ] }
Retrieve a list of all existing contacts.
Bearer