Authorization: Bearer ********************
curl --location --request GET 'https://api.servebolt.io/v1/locations' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
{
"data": [
{
"id": 4170,
"type": "locations",
"attributes": {
"country": "NO",
"countryFull": "Norge",
"location": "Oslo",
"phpVersions": [
"7.4",
"8.3",
"8.2",
"8.1",
"8.0"
]
}
},
{
"id": 4410,
"type": "locations",
"attributes": {
"country": "US",
"countryFull": "United States",
"location": "New York, NY",
"phpVersions": [
"7.4"
]
}
}
]
}