πWhatsApp APIs
Get All Contacts
Authorization: Bearer your_jwt_token_here apikey: your_api_key_here Content-Type: application/jsonjsonCopy code{ "success": true, "message": "contact_retrieved_successfully", "data": { "contacts": [{ "id": 1, "name": "John", "username": null, "thumbnail": "https:\/\/activemsg.com\/public\/images\/default\/default-image-80x80.png", "phone": "+911234567890", "is_left_group": null, "type": "whatsapp", "status": 1, "is_blacklist": "0", "is_verified": 0, "last_conversation_at": null, "has_conversation": 0, "has_unread_conversation": 0, "group_chat_id": null, "group_subscriber_id": null, "group_id": null, "created_at": "20-07-2024 01:54:06", "updated_at": "20-07-2024 01:54:06", "contact_list_id": null, "country_id": "India" }], "paginate": { "total": 1, "current_page": 1, "per_page": 10, "last_page": 1, "prev_page_url": null, "next_page_url": null, "path": "https:\/\/activemsg.com\/api\/whatsapp-contact" } } }
Store Contact
Update Contact
Get All Contact Lists
Store Contact List
Update Contact List
Get All Segments
Get All Campaigns
Store Campaign
Update Campaign
Get All Templates
Last updated