Developers

API Introduction

what is the tidy api? the tidy api lets you do many things you can do via the tidy com website, including requesting jobs adding pros you manage viewing job statuses updating the to do list for a job manage guest reservations for your addresses 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 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 basic architecture these are the core elements of the tidy architecture customers are accounts, with unique api keys they can have many addresses addresses are the physical locations for requested service they can have many jobs, pros, or to do lists jobs are requested jobs for an address there can be many per address jobs can have pros (who does the job) or to do lists (what to do on the job) get started most people get started with the following steps create api keys and set up authentication use endpoints to create jobs set up webhooks to get job statuses