{ "opencollection": "1.0.0", "info": { "name": "Everbridge Suite Authentication Contacts API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.everbridge.net/ebs/contacts", "params": [ { "name": "organizationId", "value": "", "type": "query" }, { "name": "pageNumber", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "List contacts" }, { "info": { "name": "Create contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.everbridge.net/ebs/contacts", "body": { "type": "json", "data": "{}" } }, "docs": "Create contact" }, { "info": { "name": "Get contact", "type": "http" }, "http": { "method": "GET", "url": "https://api.everbridge.net/ebs/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get contact" }, { "info": { "name": "Update contact", "type": "http" }, "http": { "method": "PUT", "url": "https://api.everbridge.net/ebs/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update contact" }, { "info": { "name": "Partial update contact", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.everbridge.net/ebs/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partial update contact" }, { "info": { "name": "Delete contact", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.everbridge.net/ebs/contacts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete contact" }, { "info": { "name": "Batch create, update, or delete contacts", "type": "http" }, "http": { "method": "POST", "url": "https://api.everbridge.net/ebs/contacts/batch", "body": { "type": "json", "data": "{}" } }, "docs": "Batch create, update, or delete contacts" } ] } ], "bundled": true }