{ "opencollection": "1.0.0", "info": { "name": "Revert Unified Accounting CRM Deals API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-revert-api-token", "value": "{{x-revert-api-token}}", "placement": "header" } }, "items": [ { "info": { "name": "CRM Deals", "type": "folder" }, "items": [ { "info": { "name": "Get CRM Deal", "type": "http" }, "http": { "method": "GET", "url": "https://api.revert.dev/crm/deals/:id", "headers": [ { "name": "x-revert-t-id", "value": "" }, { "name": "x-api-version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in response" } ] }, "docs": "Get details of a specific CRM deal/opportunity by ID" }, { "info": { "name": "Update CRM Deal", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.revert.dev/crm/deals/:id", "headers": [ { "name": "x-revert-t-id", "value": "" }, { "name": "x-api-version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing CRM deal/opportunity" }, { "info": { "name": "List CRM Deals", "type": "http" }, "http": { "method": "GET", "url": "https://api.revert.dev/crm/deals", "headers": [ { "name": "x-revert-t-id", "value": "" }, { "name": "x-api-version", "value": "" } ], "params": [ { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in response" }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of results per page" }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor for next/previous page" } ] }, "docs": "Get all CRM deals/opportunities with pagination" }, { "info": { "name": "Create CRM Deal", "type": "http" }, "http": { "method": "POST", "url": "https://api.revert.dev/crm/deals", "headers": [ { "name": "x-revert-t-id", "value": "" }, { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new CRM deal/opportunity" } ] } ], "bundled": true }