01
Authentication
Mint a key, send it on the Authorization header, and pick the right scope for the job.
Read →
Everything you need to publish, schedule, and observe activity in a Post-EZ account programmatically. Pairs with the OpenAPI 3.0 spec -- import it into Postman, Insomnia, or your codegen of choice.
Mint a key, send it on the Authorization header, and pick the right scope for the job.
Fire a post to one or more platforms immediately. Same code path the in-app composer uses.
List and create scheduled posts. Mirrors the in-app calendar but exposed for cron-driven automations.
List which providers a user has connected. No secrets, just the metadata.
Subscribe an HTTPS endpoint to publish + schedule events. HMAC-signed, retried with backoff.