Partner Platform v4

Build with TaskNation

Connect your platform to the largest home services marketplace. Create requests, manage businesses, process bookings, and integrate AI-powered calling — all through our RESTful API.

Quick Start
# 1. Get an access token
curl -X POST https://auth.tasknation.com/oauth2/token \
  -d grant_type=client_credentials \
  -d client_id=YOUR_CLIENT_ID \
  -d client_secret=YOUR_CLIENT_SECRET \
  -d scope=demand::search

# 2. Search for businesses
curl https://api.tasknation.com/api/v2/businesses/search \
  -H "Authorization: Bearer ACCESS_TOKEN" \
  -G -d category_id=101 -d zip=94102

# 3. Create a service request
curl -X POST https://api.tasknation.com/api/v4/requests \
  -H "Authorization: Bearer ACCESS_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "categoryID": "201565295100608806",
    "zipCode": "94102",
    "customer": {
      "name": "Jane Smith",
      "email": "jane@example.com",
      "phone": "+14155550199"
    }
  }'

Everything you need to integrate

RESTful endpoints, real-time webhooks, embeddable widgets, and AI-powered tools for supply and demand-side partners.

API Reference

8 resource groups with full endpoint documentation.

Ready to build?

Request access to get your API credentials and start building your integration today.