REST API
Publish Draft
Publish a saved draft post
POST
https://api.adaptlypost.com/api/v1/social-posts/:id/publishPublish a previously saved draft post. Optionally schedule it for later by providing a scheduledAt date.
API Key (Bearer token)
Body Parameters
| Parameter | Type | Description |
|---|---|---|
scheduledAt | string | ISO 8601 date to schedule. Omit to publish immediately. |
timezoneREQUIRED | string | IANA timezone (required) |
If scheduledAt is provided, the post will be scheduled for later. Otherwise it publishes immediately.