Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

TaskRabbit Home Services Booking API

Bid, book, retrieve, cancel, and reschedule Home Services projects.

TaskRabbit Home Services Booking API is one of 5 APIs that TaskRabbit publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Home Services Booking. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 7 operations across 7 paths, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version 2025-12.

Requests are made against 3 base URLs: https://{api_subdomain}.partner-platform.taskrabbit.com/2025-12, https://papi.dolly.com/v1, https://papi.sandbox.dolly.com/v1.

7 operations 7 paths 6 schemas 2 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2025-12
Base URL
https://{api_subdomain}.partner-platform.taskrabbit.com/2025-12
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

TaskRabbit Home Services Booking API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth2) using the clientCredentials flow. By default, every request must be authenticated.

  • oauth2 — Auth0 machine-to-machine (M2M) OAuth2 client-credentials grant. Credentials are issued during partner onboarding.

Paths & Operations 7

Across 7 paths, the API surfaces 7 operations — 2 GET, 5 POST. Each is listed below with its method, path, parameters, and response codes.

Home Services Booking 7

Bid, book, retrieve, cancel, and reschedule Home Services projects.

POST
/projects/bid
Bid Project Agreement
bidProjectAgreement body → 201400
POST
/projects/book
Book a Project Agreement
bookProjectAgreement body → 201400
POST
/projects/list
List Projects
listProjects body → 200
GET
/projects/{project_uuid}
Retrieve a Project by UUID
getProjectByUuid 1 param → 200400
POST
/projects/{project_uuid}/cancel
Cancel Booked Project
cancelBookedProject 1 param body → 201400
GET
/projects/{project_uuid}/reschedule-availability
Check Reschedule Availability
getRescheduleAvailability 1 param → 200
POST
/projects/{project_uuid}/reschedule
Reschedule Project
rescheduleProject 1 param body → 201

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are BookRequest (6 properties), BidRequest (5 properties), Project (4 properties), ServiceItemRequest (2 properties). Each schema is shown below with its type and property counts.

Location
object
2 properties
BidResponse
object
2 properties
BookRequest
object
6 properties 5 required
BidRequest
object
5 properties 5 required
Project
object
4 properties
ServiceItemRequest
object
A requested service line item; exact field list beyond category/quantity is not published outside partner materials.
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

taskrabbit-home-services-booking-api-openapi.yml Raw ↑

Other APIs TaskRabbit publishes across the network.

TaskRabbit Delivery API
TaskRabbit Home Services Availability API
TaskRabbit Home Services Catalog API
TaskRabbit Home Services Estimate API