Overview
Getting Started
Widgets
Categories
Keywords
Reviews
Users
Businesses
Businesses Search
Negotiations
Messages
Requests
Help
Changelog
Terms and Policies
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.
You can get data for a specific Negotiation via:
GET /api/v4/negotiations/{{negotiationID}} HTTP/2authorization: Bearer {{authCode}}
On this page