{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Link API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Link", "type": "folder" }, "items": [ { "info": { "name": "Datadog Create a Team Link", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/team/:team_id/links", "params": [ { "name": "team_id", "value": "abc-123-def", "type": "path", "description": "None" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Add a new link to a team." }, { "info": { "name": "Datadog Get a Team Link", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/team/:team_id/links/:link_id", "params": [ { "name": "team_id", "value": "abc-123-def", "type": "path", "description": "None" }, { "name": "link_id", "value": "abc-123-def", "type": "path", "description": "None" } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Get a single link for a team." }, { "info": { "name": "Datadog Update a Team Link", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/team/:team_id/links/:link_id", "params": [ { "name": "team_id", "value": "abc-123-def", "type": "path", "description": "None" }, { "name": "link_id", "value": "abc-123-def", "type": "path", "description": "None" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Update a team link." }, { "info": { "name": "Datadog Remove a Team Link", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/team/:team_id/links/:link_id", "params": [ { "name": "team_id", "value": "abc-123-def", "type": "path", "description": "None" }, { "name": "link_id", "value": "abc-123-def", "type": "path", "description": "None" } ], "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "docs": "Remove a link from a team." } ] } ], "bundled": true }