{ "opencollection": "1.0.0", "info": { "name": "Revert Unified Accounting CRM Contacts 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 Contacts", "type": "folder" }, "items": [ { "info": { "name": "Get CRM Contact", "type": "http" }, "http": { "method": "GET", "url": "https://api.revert.dev/crm/contacts/: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" }, { "name": "associations", "value": "", "type": "query", "description": "Comma-separated list of associated objects to include" } ] }, "docs": "Get details of a specific CRM contact by ID" }, { "info": { "name": "Update CRM Contact", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.revert.dev/crm/contacts/: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 contact" }, { "info": { "name": "List CRM Contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.revert.dev/crm/contacts", "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" }, { "name": "associations", "value": "", "type": "query", "description": "Comma-separated list of associated objects to include" } ] }, "docs": "Get all CRM contacts with pagination" }, { "info": { "name": "Create CRM Contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.revert.dev/crm/contacts", "headers": [ { "name": "x-revert-t-id", "value": "" }, { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new CRM contact" }, { "info": { "name": "Search CRM Contacts", "type": "http" }, "http": { "method": "POST", "url": "https://api.revert.dev/crm/contacts/search", "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" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search CRM contacts by criteria" }, { "info": { "name": "CRM Proxy Request", "type": "http" }, "http": { "method": "POST", "url": "https://api.revert.dev/crm/proxy", "headers": [ { "name": "x-revert-t-id", "value": "" }, { "name": "x-api-version", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Make a direct proxy request to the underlying CRM provider API" } ] } ], "bundled": true }