GET https://app.alaaqat.com/api/contacts/{_id}
https://app.alaaqat.com/api/contacts/{_id}
_id = هو المعرف الحاص بجهة الاتصال
الإستجابة تكون دائماً بصيغة Contact.
Contact
{ "data": { "properties": { "_id": "663e09362a3faf06c50d0172", "account_id": 1, "firstname": "Test", "lastname": "Contact", "email": "test@email.com", "updated_at": "2024-05-10T11:47:02.718000Z", "created_at": "2024-05-10T11:47:02.680000Z", "fullname": "Test Contact", "image": "https://ui-avatars.com/api/?rounded=true&bold=true&name=Test Contact&background=4B5563&color=fff", }, "messageables": [], "channels": [] } }