Authorization: Bearer ********************
curl --location --request GET 'https://api.servebolt.io/v1/bolts/' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
{
"data": {
"id": 9016,
"type": "bolts",
"attributes": {
"internalName": "mysupe_9016",
"boltId": 27133,
"name": "My Super Bolt",
"customerId": 2004,
"customer": "Sergio Brighenti",
"subscriptionId": "xxx",
"plan": "Free Test Wordpress",
"enabled": true,
"hostname": "xxx",
"dedicated": false,
"location": "Oslo, NO",
"environments": 0,
"cms": "Wordpress",
"services": {
"php": "8.3"
},
"storage": {
"used": 0,
"total": 4096
},
"created": "2024-05-08T16:06:05Z",
"domains": [],
"price": null,
"isLegacy": false,
"isArchived": false
},
"relationships": {
"environments": [],
"databases": []
}
}
}