/
AD
adminbolt
/
Adminbolt API Documentation
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18h ago · Updated 18h ago
Details
Filter operations
Admin - General
1
Admin - Health
1
Admin - Hosting Account Database Users
4
Admin - Hosting Account Databases
4
Admin - Hosting Account Domains
5
Admin - Hosting Account Email Accounts
5
Admin - Hosting Account Export
2
Admin - Hosting Account Export List
1
Admin - Hosting Account FTP Accounts
5
Admin - Hosting Account Import
1
Admin - Hosting Accounts
12
Admin - Hosting Plans
5
Admin - Metrics
5
Admin - Resellers
5
Admin - Services
1
Admin - Statistics
1
Client - Account
5
Client - Database Users
6
Client - Databases
4
Client - DNS Records
5
Client - Domains
5
Client - Email Accounts
5
Client - FTP Accounts
5
Client - IP Blockers
4
Client - Logs
1
Client - SSL Certificates
7
Client - WordPress
22
get
List all WordPress installations on the caller's account
post
Start a new WordPress installation (async)
delete
Uninstall a WordPress site (files + database)
get
Poll the progress of an install job
get
Get core version, available update and site stats
post
Update WordPress core to the latest version
post
Generate a one-time SSO admin login URL
get
List plugins
post
Install a plugin (from the wp.org repo)
post
Activate a plugin
post
Deactivate a plugin
post
Update a plugin to the latest version
delete
Delete a plugin
get
List themes
post
Install a theme
post
Activate a theme
post
Update a theme to the latest version
delete
Delete a theme
get
List recent posts and pages
post
Create a new post or page
patch
Change a post's status
delete
Delete a post (force, skips trash)
Reseller - Health
1
Reseller - Hosting Accounts
10
Reseller - Hosting Plans
5
Client - WordPress
Get core version, available update and site stats
get
/api/client/wordpress/info
Query parameters
domain_id
integer
required
path
string
Response
Info
object
required
version
string
update_available
string
nullable
site_name
string
site_indexed
boolean
posts_count
integer
pages_count
integer
drafts_count
integer
Changes