{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Current API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Current", "type": "folder" }, "items": [ { "info": { "name": "Datadog Get All Application Keys Owned by Current User", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/current_user/application_keys", "params": [ { "name": "page[size]", "value": "", "type": "query", "description": "Size for a given page. The maximum allowed value is 100." }, { "name": "page[number]", "value": "", "type": "query", "description": "Specific page number to return." }, { "name": "sort", "value": "", "type": "query", "description": "Application key attribute used to sort results. Sort order is ascending\nby default. In order to specify a descending sort, prefix the\nattribute with a minus sign." }, { "name": "filter", "value": "", "type": "query", "description": "Filter application keys by the specified string." }, { "name": "filter[created_at][start]", "value": "", "type": "query", "description": "Only include application keys created on or after the specified date." }, { "name": "filter[created_at][end]", "value": "", "type": "query", "description": "Only include application keys created on or before the specified date." }, { "name": "include", "value": "", "type": "query", "description": "Resource path for related resources to include in the response. Only `owned_by` is supported." } ] }, "docs": "List all application keys available for current user" }, { "info": { "name": "Datadog Create an Application Key for Current User", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/current_user/application_keys", "body": { "type": "json", "data": "{}" } }, "docs": "Create an application key for current user" }, { "info": { "name": "Datadog Get One Application Key Owned by Current User", "type": "http" }, "http": { "method": "GET", "url": "https://{subdomain}.{site}/api/v2/current_user/application_keys/:app_key_id", "params": [ { "name": "app_key_id", "value": "", "type": "path", "description": "The ID of the application key." } ] }, "docs": "Get an application key owned by current user" }, { "info": { "name": "Datadog Edit an Application Key Owned by Current User", "type": "http" }, "http": { "method": "PATCH", "url": "https://{subdomain}.{site}/api/v2/current_user/application_keys/:app_key_id", "params": [ { "name": "app_key_id", "value": "", "type": "path", "description": "The ID of the application key." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit an application key owned by current user" }, { "info": { "name": "Datadog Delete an Application Key Owned by Current User", "type": "http" }, "http": { "method": "DELETE", "url": "https://{subdomain}.{site}/api/v2/current_user/application_keys/:app_key_id", "params": [ { "name": "app_key_id", "value": "", "type": "path", "description": "The ID of the application key." } ] }, "docs": "Delete an application key owned by current user" } ] } ], "bundled": true }