Pingtower Docs
Docs Reference Reference

Reference

Every endpoint, generated from the server's own route table and gated against drift.

The API reference lists every route on the ingest and API-key planes with parameters, schemas and examples, rendered from the same OpenAPI document the server is checked against. The document itself is at /api/openapi.json, and the reference as Markdown at /docs/reference/api/index.md for agents.

The three planes

PlaneTokenBase
Ingestpti_POST /v1/ingest
Dataptk_/v1/pull, /v1/alerts/…, /v1/projects/…
Accountpts_/v1/me, /v1/tenants/…, /v1/account/…

Hosted base URL: https://api.pingtower.com. Self-hosted: whatever you put in front of the daemon.

Conventions

  • JSON in, JSON out. Send Content-Type: application/json.
  • Names are identities. Projects, sources, rules and schedules are addressed by name in the path; alerts, actions, integrations, reports and keys by id.
  • Writes that would leave a dangling reference are refused, never cascaded silently. See Errors.
  • Secrets are shown once at creation and never read back.

In this section

Last updated 1 Sep 2026 Report a problem with this page