{ "opencollection": "1.0.0", "info": { "name": "TaskRabbit Partner Delivery Home Services Availability API", "version": "2025-12" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://taskrabbit.auth0.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Home Services Availability", "type": "folder" }, "items": [ { "info": { "name": "Check Service Availability", "type": "http" }, "http": { "method": "POST", "url": "https://{api_subdomain}.partner-platform.taskrabbit.com/2025-12/projects/availability", "body": { "type": "json", "data": "{}" } }, "docs": "Returns available appointment time windows and estimated pricing for one or more services at a location, optionally bounded by date_from/date_to." } ] } ], "bundled": true }