{ "opencollection": "1.0.0", "info": { "name": "Ortto Accounts Activities API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Activities", "type": "folder" }, "items": [ { "info": { "name": "Create one or more custom activity events", "type": "http" }, "http": { "method": "POST", "url": "https://api.ap3api.com/v1/activities/create", "body": { "type": "json", "data": "{}" } }, "docs": "Sends up to 100 custom activity events in a single payload (max 2 MB). Each activity references a custom activity definition and may create or update the associated person via merge_by or person_id." } ] } ], "bundled": true }