Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{ "contacts": [ { "id": 1, "name": "John Doe", "notification_targets": { "email": [ { "address": "johndoe@teamrocket.com", "severity": "HIGH" } ], "sms": [ { "country_code": "00", "number": "111111111", "provider": "provider's name", "severity": "HIGH" } ] }, "owner": true, "paused": false, "teams": [ { "id": 123456, "name": "The Dream Team" } ], "type": "user" }, { "id": 2, "name": "John \"Hannibal\" Smith", "notification_targets": { "email": [ { "address": "hannibal@ateam.org", "severity": "HIGH" } ], "sms": [ { "country_code": "00", "number": "222222222", "provider": "provider's name", "severity": "HIGH" } ] }, "paused": true, "teams": [], "type": "user" } ] }
Was this page helpful?