{ "opencollection": "1.0.0", "info": { "name": "Sitecore CDP REST Audit Search API", "version": "v2.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search entities", "type": "http" }, "http": { "method": "POST", "url": "https://api-engage-eu.sitecorecloud.io/search", "body": { "type": "json", "data": "{}" } }, "docs": "Executes a full-text and structured search query across the Content Hub entity index. Returns matching entities with facet aggregations for interactive filtering. Supports relevance ranking and pagination." } ] } ], "bundled": true }