PostifyPostify Docs

API Reference

Interactive reference for the Postify public REST API (/v1) — every operation with its parameters, request and response schemas, required scopes, and runnable examples.

Generated from the OpenAPI 3.1 spec: one page per operation, with the full parameter and schema detail, the scopes it needs, and a request you can run against your own workspace.

New to the API? Start at API documentation — auth, scopes, RFC 9457 errors, pagination, idempotency and rate limits in one place — then come back here for per-operation detail.

Analytics

OperationEndpointSummary
getAnalyticsGET /v1/analyticsGet workspace analytics

Channels

OperationEndpointSummary
listChannelsGET /v1/channelsList channels

Media

OperationEndpointSummary
listMediaGET /v1/mediaList media assets
createMediaUploadPOST /v1/media/uploadsStart a media upload
completeMediaUploadPOST /v1/media/uploads/{id}/completeComplete a media upload

Posts

OperationEndpointSummary
listPostsGET /v1/postsList posts
createPostPOST /v1/postsCreate a post
getPostGET /v1/posts/{id}Get a post
reschedulePostPATCH /v1/posts/{id}Reschedule a post
deletePostDELETE /v1/posts/{id}Delete a post
publishPostPOST /v1/posts/{id}/publishPublish a post now

Usage

OperationEndpointSummary
getUsageGET /v1/usageGet plan usage

Webhooks

OperationEndpointSummary
listWebhookEndpointsGET /v1/webhook-endpointsList webhook endpoints
createWebhookEndpointPOST /v1/webhook-endpointsCreate a webhook endpoint
updateWebhookEndpointPATCH /v1/webhook-endpoints/{id}Update a webhook endpoint
deleteWebhookEndpointDELETE /v1/webhook-endpoints/{id}Delete a webhook endpoint
testWebhookEndpointPOST /v1/webhook-endpoints/{id}/testSend a test delivery

Machine-readable

Every page here has a Markdown twin: append .md to its URL. The whole surface is indexed in llms.txt, and the spec is the generator's own input — see For AI agents.

On this page