{ "opencollection": "1.0.0", "info": { "name": "ServiceTitan Accounting Adjustments Attachments API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.servicetitan.io/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Attachments", "type": "folder" }, "items": [ { "info": { "name": "Create Equipment Attachment", "type": "http" }, "http": { "method": "POST", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/installed-equipment/:id/attachments", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } }, "docs": "Create Equipment Attachment" } ] } ], "bundled": true }