Log In
Getting Started
Getting Started: Residential Homes
Getting Started: Rental Properties
Getting Started: Offices
Addresses
Access Instructions
Jobs
Add or Request a Job
View, Edit, or Cancel Jobs
Job Reviews or Feedback
Resolving Pro Cancellations
Plans
My Pros
To-Do Lists
To-Dos
Do-Nots
Before & After Photos
Laundry or Linens
Supply Preferences
Integrations
Zapier
Billing & Pricing
Viewing Prices
Viewing Billing History
Payment Methods & Settings
Tips
Ratings, Safety, Insurance, & Protection
Certifications & Ratings
Satisfaction Guarantee, Disputes, & Protection
Damage Claims
Best Practices
Other Questions
Developer Overview
API Reference
Webhooks
TIDY Concierge
archbee knowledge base software
Browse
Links
10min
|
Updated 15 Feb 2021
Print

Developer Overview

Most developers who want to use TIDY within their own applications or extend TIDY's functionality do so in one of 2 ways:

  • Using the TIDY API - A REST API that gives you the ability to programatically do things instead of via the website.
  • Using Webhooks - A way to get updates from TIDY to your application.



The TIDY API

The TIDY API lets you do many things you can do via the tidy.com website, including:

  • Requesting Bookings
  • Adding Pros you manage
  • Viewing Booking Statuses
  • Updating the To-Do list for a booking

The TIDY API is a REST API that uses standard HTTP response codes, authentication, and verbs. In principle, any feature available online could be made available through the TIDY API.



For details, View Our API Reference.



Webhooks

TIDY uses webhooks to send events to your application. For example, if you want to know when a booking is completed, you can add a webhook to TIDY so we send that notification to your application.



View More About Webhooks.



Developer / API Support

We offer free API support for developers. To get that, you must:

  • Have an account (its free)
  • Make sure you have "developer options" enabled (tap the developer tab to enable this)
  • Make requests from the "Developers" section or "Concierge" section.

Our goal is to make your lives easier, but by logging in it helps us ensure security & privacy.



Next
API Reference
archbee knowledge base software
OUTLINE
The TIDY API
Webhooks
Developer / API Support