{ "opencollection": "1.0.0", "info": { "name": "Adobe Experience Platform Data Collection Builds Secrets API", "version": "2.0.0" }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "List Secrets for a Property", "type": "http" }, "http": { "method": "GET", "url": "https://reactor.adobe.io/properties/:propertyId/secrets", "params": [ { "name": "propertyId", "value": "", "type": "path", "description": "The unique identifier for a property." }, { "name": "filter[created_at]", "value": "example_value", "type": "query" }, { "name": "filter[updated_at]", "value": "example_value", "type": "query" }, { "name": "page[number]", "value": "10", "type": "query" }, { "name": "page[size]", "value": "10", "type": "query" } ] }, "docs": "Retrieve all secrets for an event forwarding property. Secrets enable event forwarding rules to authenticate with external services." }, { "info": { "name": "Create a Secret", "type": "http" }, "http": { "method": "POST", "url": "https://reactor.adobe.io/properties/:propertyId/secrets", "params": [ { "name": "propertyId", "value": "", "type": "path", "description": "The unique identifier for a property." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new secret for authenticating with an external service. Secrets are scoped to a specific environment and support multiple credential types: token, simple-http, oauth2, and oauth2-google." }, { "info": { "name": "List Secrets for an Environment", "type": "http" }, "http": { "method": "GET", "url": "https://reactor.adobe.io/environments/:environmentId/secrets", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "The unique identifier for an environment." }, { "name": "page[number]", "value": "10", "type": "query" }, { "name": "page[size]", "value": "10", "type": "query" } ] }, "docs": "Retrieve all secrets scoped to a specific environment." }, { "info": { "name": "Retrieve a Secret", "type": "http" }, "http": { "method": "GET", "url": "https://reactor.adobe.io/secrets/:secretId", "params": [ { "name": "secretId", "value": "", "type": "path", "description": "The unique identifier for a secret." } ] }, "docs": "Look up a specific secret by its ID." }, { "info": { "name": "Update a Secret", "type": "http" }, "http": { "method": "PATCH", "url": "https://reactor.adobe.io/secrets/:secretId", "params": [ { "name": "secretId", "value": "", "type": "path", "description": "The unique identifier for a secret." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Test, retry, or reauthorize a secret. Use meta.action to specify the operation: test (trigger exchange), retry (re-exchange after failure), or reauthorize (for oauth2-google secrets)." }, { "info": { "name": "Delete a Secret", "type": "http" }, "http": { "method": "DELETE", "url": "https://reactor.adobe.io/secrets/:secretId", "params": [ { "name": "secretId", "value": "", "type": "path", "description": "The unique identifier for a secret." } ] }, "docs": "Remove a secret permanently. Immediately disables any rules referencing this secret." }, { "info": { "name": "Get the Environment for a Secret", "type": "http" }, "http": { "method": "GET", "url": "https://reactor.adobe.io/secrets/:secretId/environment", "params": [ { "name": "secretId", "value": "", "type": "path", "description": "The unique identifier for a secret." } ] }, "docs": "Retrieve the environment to which a secret is scoped." }, { "info": { "name": "Get the Property for a Secret", "type": "http" }, "http": { "method": "GET", "url": "https://reactor.adobe.io/secrets/:secretId/property", "params": [ { "name": "secretId", "value": "", "type": "path", "description": "The unique identifier for a secret." } ] }, "docs": "Retrieve the property that owns the specified secret." } ] } ], "bundled": true }