Authorization: Bearer ********************
curl --location --request GET 'https://api.servebolt.io/v1/environments//domains/' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
{
"data": {
"id": 2541,
"type": "domain",
"attributes": {
"boltId": 9002,
"environmentId": 1785,
"name": "testms-1785.xxx",
"sslId": -1,
"sslType": 1,
"deletable": false,
"tags": []
},
"relationships": {
"certificates": [],
"environment": {
"data": {
"id": 1785,
"attributes": {
"title": "Test"
}
}
}
}
}
}