{ "opencollection": "1.0.0", "info": { "name": "Elead Vehicle Sales APIs Activities API", "version": "1.2.0" }, "request": { "auth": { "type": "apikey", "key": "client_id", "value": "{{client_id}}", "placement": "header" } }, "items": [ { "info": { "name": "Activities", "type": "folder" }, "items": [ { "info": { "name": "Create a scheduled or completed activity (MODELED)", "type": "http" }, "http": { "method": "POST", "url": "https://api.fortellis.io/sales/v1/elead/activities", "headers": [ { "name": "Request-Id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Endpoint modeled from CDK/Elead product descriptions - not confirmed against a public reference. Verify in the Fortellis directory." }, { "info": { "name": "Query sales activity history with comments (MODELED)", "type": "http" }, "http": { "method": "GET", "url": "https://api.fortellis.io/sales/v1/elead/activities/history", "headers": [ { "name": "Request-Id", "value": "" } ], "params": [ { "name": "opportunityId", "value": "", "type": "query" } ] }, "docs": "Endpoint modeled from CDK/Elead product descriptions - not confirmed against a public reference. Verify in the Fortellis directory." } ] } ], "bundled": true }