Authorization: Bearer ********************
curl --location --request GET 'https://api.servebolt.io/v1/available-cms' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
{
"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"
}
}
]
}