Skip to main content

Introduction

YourCourts exposes a REST API that allows you to programmatically retrieve, create, update, and archive data within your account. You can use the API, for example, to sync the YourCourts user accounts associated with your facility with membership data you maintain in another system.

The API uses standard HTTP verbs (GET, POST, PATCH, and DELETE) and returns results using standard HTTP response codes and JSON. Request bodies should be sent using JSON.