{"service":"SendGrid Email Activity API","base_url":"http://api.sendgrid.com/v3","auth":{"type":"bearer","header":"Authorization"},"intents":[{"id":"get_access_activity","method":"GET","path":"/access_settings/activity","params":{"limit":"number"},"returns":"List of IP addresses attempted account access"},{"id":"get_whitelist","method":"GET","path":"/access_settings/whitelist","returns":"List of currently allowed IP addresses"},{"id":"post_whitelist","method":"POST","path":"/access_settings/whitelist","params":{"ips":"array"},"returns":"Added IP addresses to allow list"},{"id":"delete_whitelist","method":"DELETE","path":"/access_settings/whitelist","params":{"ids":"array"},"returns":"Removed IP addresses from allow list"},{"id":"get_alerts","method":"GET","path":"/alerts","returns":"List of all user alerts"},{"id":"post_alerts","method":"POST","path":"/alerts","params":{"type":"string","email_to":"string","frequency":"string","percentage":"number"},"returns":"Created alert with ID"},{"id":"get_alert","method":"GET","path":"/alerts/{alert_id}","returns":"Specific alert details"},{"id":"delete_alert","method":"DELETE","path":"/alerts/{alert_id}","returns":"Alert deleted"},{"id":"patch_alert","method":"PATCH","path":"/alerts/{alert_id}","params":{"email_to":"string","frequency":"string","percentage":"number"},"returns":"Updated alert"},{"id":"get_api_keys","method":"GET","path":"/api_keys","params":{"limit":"number"},"returns":"List of API keys belonging to user"},{"id":"create_api_key","method":"POST","path":"/api_keys","params":{"name":"string","scopes":"array"},"returns":"Created API key with credentials"},{"id":"get_api_key","method":"GET","path":"/api_keys/{api_key_id}","returns":"API key details and scopes"},{"id":"delete_api_key","method":"DELETE","path":"/api_keys/{api_key_id}","returns":"API key revoked"},{"id":"patch_api_key_name","method":"PATCH","path":"/api_keys/{api_key_id}","params":{"name":"string"},"returns":"Updated API key name"},{"id":"get_suppression_groups","method":"GET","path":"/asm/groups","params":{"id":"number"},"returns":"List of suppression groups"},{"id":"post_suppression_group","method":"POST","path":"/asm/groups","params":{"name":"string","description":"string"},"returns":"Created suppression group"},{"id":"get_campaigns","method":"GET","path":"/campaigns","params":{"limit":"number","offset":"number"},"returns":"List of campaigns in reverse creation order"},{"id":"post_campaign","method":"POST","path":"/campaigns","params":{"title":"string","subject":"string","sender_id":"number"},"returns":"Created campaign"},{"id":"get_campaign","method":"GET","path":"/campaigns/{campaign_id}","returns":"Campaign details"},{"id":"delete_campaign","method":"DELETE","path":"/campaigns/{campaign_id}","returns":"Campaign deleted"}]}