{ "opencollection": "1.0.0", "info": { "name": "Revert Unified Chat Metadata API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-revert-api-token", "value": "{{x-revert-api-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Metadata", "type": "folder" }, "items": [ { "info": { "name": "Get environment integrations config", "type": "http" }, "http": { "method": "GET", "url": "https://api.revert.dev/metadata/crms", "params": [ { "name": "revertPublicToken", "value": "", "type": "query" } ] }, "docs": "Retrieve the list of integrations available for the environment identified by its public token." } ] } ], "bundled": true }