1
Get your API key
Open Settings → Public API in the PostlyBee dashboard. Copy the workspace API key and store it in your secret manager.
2
Verify the connection
Send the API key with the standard Bearer authentication scheme.A valid key returns:
3
List connected accounts
Each publishing destination has an
id. Use that value when creating a post.4
Schedule a post
Replace the integration ID with one returned by the previous request. Dates are UTC ISO 8601 values.The response contains the root post ID for each connected account:
Next steps
Add media
Upload files and attach them to post content.
Explore endpoints
Use the interactive reference to inspect all request fields.