Public API v1: /v1 launch with OpenAPI 3.1 + interactive reference
Postify's public REST API ships: organization API keys, RFC 9457 errors, IETF draft-11 rate-limit headers, an OpenAPI 3.1 spec generated from the same schemas the handlers validate with, and an interactive Scalar reference.
Added
- GET /v1/channels — list your connected social accounts, the publish targets for every post.
- Organization API keys (postify_live_…) minted in Settings → API keys, sent as Authorization: Bearer or x-api-key.
- RFC 9457 application/problem+json errors with a stable machine-readable `code` and a `request_id` on every response.
- IETF draft-11 RateLimit / RateLimit-Policy headers plus the X-RateLimit-* compatibility trio.
- OpenAPI 3.1 spec at /v1/openapi.json and an interactive reference at app.usepostify.com/docs/api-reference.
