PARK.
Developer gateway

A clear interface.
A steady foundation.

A compact reference for service discovery, health checks, and structured responses. Predictable conventions for everyday integrations.

Explore the reference ↗
● ● ● Response format · example
{
  "service": "park",
  "status": "available",
  "version": "v1",
  "format": "application/json"
}
Documentation service available

Interface reference

v1 conventions · illustrative methods
GET/v1/health

Service health

A lightweight readiness response for an integration's connection checks.

GET/v1/services

Service discovery

A structured catalog of available resources and their supported versions.

GET/v1/schema

Response schema

Field definitions and data types for validating an integration's responses.

Built on familiar standards

HTTPS connections, clear resource names, and readable JSON. Use explicit versions and check response status before processing a payload.

This page is a static interface overview. Examples describe conventions and do not issue API requests.