Resources

OpenAPI spec

A machine-readable description of the entire API, in OpenAPI 3.0. It's generated from the same endpoint definitions that render these docs, so the two can never drift apart.

The spec lives at https://postmyish.com/api/v1/openapi.json and is served with a one-hour cache. Fetch it programmatically any time:

curl https://postmyish.com/api/v1/openapi.json

What you can do with it

Always in sync

Every endpoint, parameter, and response shape in the spec is derived from the live definitions — when the reference pages change, the spec changes with them in the same build.

Endpoints covered

All seven endpoints, tagged by resource (Posts, Accounts, Analytics, Account):