Regions
Last updated
Was this helpful?
Was this helpful?
GET /v1/regions HTTP/1.1
Host: api.spice.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"regions": [
{
"name": "text",
"region": "text",
"provider": "teraswitch",
"providerName": "Teraswitch",
"isDefault": true,
"disabled": true
}
],
"default": "text"
}