{ "opencollection": "1.0.0", "info": { "name": "ServiceTitan Accounting Adjustments Services 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": "Services", "type": "folder" }, "items": [ { "info": { "name": "List Services", "type": "http" }, "http": { "method": "GET", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/services", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "modifiedOnOrAfter", "value": "", "type": "query" }, { "name": "active", "value": "", "type": "query" } ] }, "docs": "List Services" }, { "info": { "name": "Create Service", "type": "http" }, "http": { "method": "POST", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/services", "body": { "type": "json", "data": "{}" } }, "docs": "Create Service" }, { "info": { "name": "Get Service", "type": "http" }, "http": { "method": "GET", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/services/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Service" }, { "info": { "name": "Update Service", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/services/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Service" }, { "info": { "name": "Delete Service", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.servicetitan.io/accounting/v2/{tenant}/services/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete Service" } ] } ], "bundled": true }