Authorization: Bearer ********************
curl --location --request GET 'https://api.servebolt.io/v1/databases/' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
{
"data": {
"id": 1289,
"type": "databases",
"attributes": {
"webhostId": 8988,
"name": "New Database",
"dbHost": "xxx",
"dbName": "newdatabas0a65",
"dbUser": "newdatabas0a65",
"size": 0,
"tags": "",
"environments": []
},
"relationships": {
"bolt": {
"data": {
"type": "bolts",
"id": 8988
}
},
"server": {
"data": {
"type": "servers",
"id": 35
}
}
}
}
}