Skip to content

Park Sync API Docs

REST + webhooks reference for the Park Sync Public Partner API (v1).

Overview

The Park Sync partner API lets third-party tools read and write parks data on behalf of park admins who have installed your app. All endpoints live under https://parksync.net/api/v1 and speak JSON. Authorization is OAuth 2.0 authorization-code flow; after install you hold an access token scoped to a single park (or operator) installation.

  1. Register your app at /developers/apps and copy the client id plus secret.
  2. Direct park admins to the OAuth consent screen to install your app on a specific park.
  3. Exchange the returned authorization code for an access token at /api/oauth/token.
  4. Call the REST API below. Subscribe to webhooks for live updates.

Apps start in pending_review and can only install against sandbox parks until approved. A machine-readable OpenAPI 3.1 document of every endpoint is available at /api/v1/openapi.json.