{"service":"WhatsApp Business API","base_url":"http://whatsapp.local","auth":{"type":"none"},"intents":[{"id":"request_code","method":"POST","path":"/account","params":{"cc":"string","phone_number":"string","method":"string","cert":"string","pin":"string"},"returns":"Registration code via SMS or voice"},{"id":"register_account","method":"POST","path":"/account/verify","params":{"code":"string"},"returns":"Account registered successfully"},{"id":"set_shards","method":"POST","path":"/account/shards","params":{"cc":"string","phone_number":"string","pin":"string","shards":"number"},"returns":"Shards configured"},{"id":"upload_certificate","method":"POST","path":"/certificates/external","returns":"Certificate uploaded"},{"id":"download_ca_certificate","method":"GET","path":"/certificates/external/ca","returns":"CA certificate binary"},{"id":"upload_webhook_ca_certificate","method":"POST","path":"/certificates/webhooks/ca","returns":"Webhook CA certificate uploaded"},{"id":"download_webhook_ca_certificate","method":"GET","path":"/certificates/webhooks/ca","returns":"Webhook CA certificate binary"},{"id":"delete_webhook_ca_certificate","method":"DELETE","path":"/certificates/webhooks/ca","returns":"Webhook CA certificate deleted"},{"id":"check_contact","method":"POST","path":"/contacts","params":{"contacts":"array","blocking":"string"},"returns":"Contact existence status"},{"id":"create_group","method":"POST","path":"/groups","params":{"subject":"string"},"returns":"Group created with ID"},{"id":"get_all_groups","method":"GET","path":"/groups","returns":"List of all groups"},{"id":"get_group_info","method":"GET","path":"/groups/{GroupId}","params":{"GroupId":"string"},"returns":"Group information and members"},{"id":"update_group_info","method":"PUT","path":"/groups/{GroupId}","params":{"GroupId":"string","subject":"string"},"returns":"Group info updated"},{"id":"promote_to_group_admin","method":"PATCH","path":"/groups/{GroupId}/admins","params":{"GroupId":"string","wa_ids":"array"},"returns":"Users promoted to admin"},{"id":"demote_group_admin","method":"DELETE","path":"/groups/{GroupId}/admins","params":{"GroupId":"string","wa_ids":"array"},"returns":"Admins demoted to members"},{"id":"send_message","method":"POST","path":"/messages","params":{"to":"string","type":"string","text":"string","recipient_type":"string"},"returns":"Message sent with ID"},{"id":"mark_message_as_read","method":"PUT","path":"/messages/{MessageID}","params":{"MessageID":"string","status":"string"},"returns":"Message marked as read"},{"id":"upload_media","method":"POST","path":"/media","returns":"Media uploaded with ID"},{"id":"download_media","method":"GET","path":"/media/{MediaId}","params":{"MediaId":"string"},"returns":"Media file binary"},{"id":"check_health","method":"GET","path":"/health","returns":"Health status"}]}