REST API
The Social Scheduler provides a REST API for automation.
Authentication
Use API keys generated in Settings → API to authenticate requests.
Endpoints
POST /wp-json/social-scheduler/v1/posts
Create a new scheduled post.
GET /wp-json/social-scheduler/v1/posts
List all scheduled posts.
DELETE /wp-json/social-scheduler/v1/posts/{id}
Delete a scheduled post.