- WordPress URL
- Username
- Application Password
Getting Your Credentials
Log in to your WordPress admin
Go to
https://your-site.com/wp-admin and log in with an administrator account.Create an Application Password
Scroll down to the Application Passwords section. Enter a name (e.g.
VibeFlow) and click Add New Application Password. Copy the generated password — it won’t be shown again.Available Endpoints
POST /api/actions/wordpress/posts
POST /api/actions/wordpress/posts
Create a post
GET /api/actions/wordpress/posts
GET /api/actions/wordpress/posts
Get many posts
GET /api/actions/wordpress/posts/:id
GET /api/actions/wordpress/posts/:id
Get a specific post
PUT /api/actions/wordpress/posts/:id
PUT /api/actions/wordpress/posts/:id
Update a post
POST /api/actions/wordpress/pages
POST /api/actions/wordpress/pages
Create a page
GET /api/actions/wordpress/pages
GET /api/actions/wordpress/pages
Get many pages
GET /api/actions/wordpress/pages/:id
GET /api/actions/wordpress/pages/:id
Get a specific page
PUT /api/actions/wordpress/pages/:id
PUT /api/actions/wordpress/pages/:id
Update a page
POST /api/actions/wordpress/users
POST /api/actions/wordpress/users
Create a user
GET /api/actions/wordpress/users
GET /api/actions/wordpress/users
Get many users
GET /api/actions/wordpress/users/:id
GET /api/actions/wordpress/users/:id
Get a specific user
PUT /api/actions/wordpress/users/:id
PUT /api/actions/wordpress/users/:id
Update a user

