{ "opencollection": "1.0.0", "info": { "name": "ServiceTitan Accounting Adjustments Job Types 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": "Job Types", "type": "folder" }, "items": [ { "info": { "name": "List Job Types", "type": "http" }, "http": { "method": "GET", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/job-types" }, "docs": "List Job Types" } ] } ], "bundled": true }