- Introduction
- Auth
- Bolts
- Environments
- Git
- Domains
- Logs
- List Environments
- Create Environment
- Get Environment
- Update Environment
- Delete Environment
- Purge Environment Cache
- List Environment Cronjobs
- Get Environment Statistics
- Get Environment Available Settings
- Get Environment PHP Versions
- Get Environment Usage
- Get Environment SSH Accesses
- Create Environment SSH Access
- Remove Environment SSH Access
- List Environment Databases
- Toggle Environment Dev Mode
- Environment Install Wordpress
- Environment Optimize Wordpress
- Locations
- Databases
- Cronjobs
- SSH Keys
- Certificates
- Billing
- Profile
Available CMS
GET
https://api.servebolt.io/v1/available-cms
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.servebolt.io/v1/available-cms' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
Responses
🟢200OK
application/json
Body
data
array [object {3}]
required
id
integer
required
type
string
required
attributes
object
required
Example
{
"data": [
{
"id": 5105,
"type": "cms",
"attributes": {
"name": "Craft CMS"
}
},
{
"id": 5106,
"type": "cms",
"attributes": {
"name": "Craft Commerce"
}
},
{
"id": 4966,
"type": "cms",
"attributes": {
"name": "Drupal 7"
}
},
{
"id": 5006,
"type": "cms",
"attributes": {
"name": "Drupal 8"
}
},
{
"id": 9083,
"type": "cms",
"attributes": {
"name": "Joomla"
}
},
{
"id": 9084,
"type": "cms",
"attributes": {
"name": "Laravel"
}
},
{
"id": 4965,
"type": "cms",
"attributes": {
"name": "Magento 1.9.4.x"
}
},
{
"id": 5107,
"type": "cms",
"attributes": {
"name": "Magento 2.3.x"
}
},
{
"id": 5108,
"type": "cms",
"attributes": {
"name": "OpenCart"
}
},
{
"id": 4968,
"type": "cms",
"attributes": {
"name": "Other Applications"
}
},
{
"id": 5093,
"type": "cms",
"attributes": {
"name": "WooCommerce"
}
},
{
"id": 5094,
"type": "cms",
"attributes": {
"name": "Wordpress"
}
}
]
}
Modified at 2024-05-29 13:00:56