Get plan usage
The workspace's effective plan tier and every plan meter's consumption for the current period — including `api_requests`, the meter every /v1 call consumes.
The workspace's effective plan tier and every plan meter's consumption for the current period — including api_requests, the meter every /v1 call consumes.
Organization API key as a Bearer token (postify_live_…).
In: header
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/v1/usage"{ "plan": "string", "meters": [ { "key": "posts_per_month", "used": -9007199254740991, "limit": -9007199254740991, "remaining": -9007199254740991, "period_starts_at": "2019-08-24T14:15:22Z", "period_ends_at": "2019-08-24T14:15:22Z" } ]}Publish a post now POST
Queues an immediate publish of a draft, scheduled, or failed post (202 — delivery continues in the background; poll GET /v1/posts/{id} for per-channel outcomes). Already-published posts return 409; a post already publishing is accepted as-is. Requires the workspace's dangerous-operations toggle.
List webhook endpoints GET
Lists the organization's webhook endpoints with their subscription and failure-ladder state. Signing secrets are never returned here — they are shown once at creation and can be rolled in Settings → Webhooks.
