Authorization: Bearer ********************
curl --location --request GET 'https://api.servebolt.io/v1/environments//logs/apache-errors' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
{
"data": [
"string"
],
"links": {
"first": "string",
"last": "string",
"prev": null,
"next": null
},
"meta": {
"current_page": 0,
"from": null,
"last_page": 0,
"links": [
{
"url": "string",
"label": "string",
"active": true
}
],
"path": "string",
"per_page": 0,
"to": null,
"total": 0
}
}