{ "opencollection": "1.0.0", "info": { "name": "Datadog Account Principal API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "DD-API-KEY", "value": "{{DD-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Principal", "type": "folder" }, "items": [ { "info": { "name": "Datadog Create a Datadog Gcp Principal", "type": "http" }, "http": { "method": "POST", "url": "https://{subdomain}.{site}/api/v2/integration/gcp/sts_delegate", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Datadog GCP principal." } ] } ], "bundled": true }