{ "opencollection": "1.0.0", "info": { "name": "ServiceTitan Accounting Adjustments Contacts 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": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List Customer Contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/customers/:id/contacts", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List Customer Contacts" }, { "info": { "name": "Create Customer Contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/customers/:id/contacts", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Customer Contact" } ] } ], "bundled": true }