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.
- Register your app at /developers/apps and copy the client id plus secret.
- Direct park admins to the OAuth consent screen to install your app on a specific park.
- Exchange the returned authorization code for an access token at
/api/oauth/token. - 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.