{ "opencollection": "1.0.0", "info": { "name": "Devin External Attachments Secrets API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "List all secrets metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.devin.ai/v1/secrets" }, "docs": "Get a list of all secrets metadata. This endpoint only returns non-sensitive\ninformation about the secrets, not the secret values themselves.\n" }, { "info": { "name": "Create a new secret", "type": "http" }, "http": { "method": "POST", "url": "https://api.devin.ai/v1/secrets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new secret in your organization. The secret value will be encrypted and stored securely.\n" }, { "info": { "name": "Delete a secret", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.devin.ai/v1/secrets/:secret_id", "params": [ { "name": "secret_id", "value": "", "type": "path", "description": "The ID of the secret to delete" } ] }, "docs": "Permanently delete a secret by its ID. This action cannot be undone.\n" } ] } ], "bundled": true }