curl --request GET \
--url https://api.blaxel.ai/v0/configuration \
--header 'Authorization: Bearer <token>'
{
"continents": [
"<any>"
],
"countries": [
"<any>"
],
"privateLocations": [
"<any>"
]
}
curl --request GET \
--url https://api.blaxel.ai/v0/configuration \
--header 'Authorization: Bearer <token>'
{
"continents": [
"<any>"
],
"countries": [
"<any>"
],
"privateLocations": [
"<any>"
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Configuration of the control plane
Configuration
Was this page helpful?