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