Prostnow
Documentation
Schedule and publish social content from the dashboard, then use the HTTP API from your own servers to check whether posts have gone live and to build custom workflows.
REST API
Bearer authentication, fetch a single post or list recent posts. Fields like sent tell you if publishing finished successfully.
Dashboard guides
Connect platforms under Connections, compose posts in Create, and manage billing in Settings → Billing.
Quick start
- Open Dashboard → API Keys and create a key (requires an active subscription).
- Call
GET /api/v1/posts/[postId]with headerAuthorization: Bearer pn_live_…. - Poll until
sentistrue(or inspectstatusandplatformViewUrls).