Overview

Getting Started

Widgets

Categories

Keywords

Reviews

Users

Businesses

Businesses Search

Negotiations

Messages

Requests

Help

Changelog

Terms and Policies

Negotiations

Discover how to interface with Negotiations from Thumbtack.

Overview

A Negotiation is the object that represents the relationship between the customer and the Pro. It includes data like the job status, messages, invoices, scheduling time, and more.
The Negotiations API supports several operations, outlined below.

Get Negotiation by ID

You can get data for a specific Negotiation via:
GET /api/v4/negotiations/{{negotiationID}} HTTP/2
authorization: Bearer {{authCode}}