API reference

Unitpost exposes a versioned REST API at https://www.unitpost.com/api/v1. Authenticate every request with Authorization: Bearer pk_live_…. Requests are scoped to the workspace that owns the key and rate-limited per workspace. List endpoints are cursor-paginated and return a { object, has_more, data } envelope.

The full reference on one page lives at /docs. The machine-readable spec is at /api/v1/openapi.json.

Resources