{ "opencollection": "1.0.0", "info": { "name": "Zenduty Account Custom Role Integrations API", "version": "1.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "List all Integration objects", "type": "http" }, "http": { "method": "GET", "url": "https://www.zenduty.com/api/account/teams/{}/services/:service_id/integrations/", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "unique_id of the Team object" }, { "name": "service_id", "value": "", "type": "path", "description": "unique_id of the Service object" } ] }, "docs": "Returns a list of Integration objects. The Integration objects are sorted by creation_date, with the most recent Integration object appearing last." }, { "info": { "name": "Create the Integration object", "type": "http" }, "http": { "method": "POST", "url": "https://www.zenduty.com/api/account/teams/{}/services/:service_id/integrations/", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "unique_id of the Team object" }, { "name": "service_id", "value": "", "type": "path", "description": "unique_id of the Service object" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create the Integration object by setting the values of all the required parameters passed in the request body." }, { "info": { "name": "Retrieve the Integration object", "type": "http" }, "http": { "method": "GET", "url": "https://www.zenduty.com/api/account/teams/:team_id/services/:service_id/integrations/:integration_id/", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "unique_id of the Team object" }, { "name": "service_id", "value": "", "type": "path", "description": "unique_id of the Service object" }, { "name": "integration_id", "value": "", "type": "path", "description": "unique_id of the Integration object" } ] }, "docs": "Retrieve the Integration object" }, { "info": { "name": "Update the Integration object", "type": "http" }, "http": { "method": "PUT", "url": "https://www.zenduty.com/api/account/teams/:team_id/services/:service_id/integrations/:integration_id/", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "unique_id of the Team object" }, { "name": "service_id", "value": "", "type": "path", "description": "unique_id of the Service object" }, { "name": "integration_id", "value": "", "type": "path", "description": "unique_id of the Integration object" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified Integration object by setting the values of the parameters passed in the request body. Any parameters not provided will be left unchanged." }, { "info": { "name": "Delete the Integration object", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.zenduty.com/api/account/teams/:team_id/services/:service_id/integrations/:integration_id/", "params": [ { "name": "team_id", "value": "", "type": "path", "description": "unique_id of the Team object" }, { "name": "service_id", "value": "", "type": "path", "description": "unique_id of the Service object" }, { "name": "integration_id", "value": "", "type": "path", "description": "unique_id of the Integration object" } ] }, "docs": "Delete the specified Integration object permanently" }, { "info": { "name": "Regenerate the Integration key", "type": "http" }, "http": { "method": "POST", "url": "https://www.zenduty.com/api/account/regenerate_integration_key/", "body": { "type": "json", "data": "{}" } }, "docs": "Regenerates the integration key." }, { "info": { "name": "Fetch metadata of the Integration object", "type": "http" }, "http": { "method": "GET", "url": "https://www.zenduty.com/api/account/integration-metadata/:integration_key/", "params": [ { "name": "integration_key", "value": "", "type": "path", "description": "integration_key of the Integration object" } ] }, "docs": "Returns an object that contains metadata of the Integration object." } ] } ], "bundled": true }