Skip to main content
GET
/
api
/
infrastructure
/
v1
/
get-bootstrap-data
GetBootstrapData
curl --request GET \
  --url https://api.example.com/api/infrastructure/v1/get-bootstrap-data
{
  "data": {},
  "missing": [
    "<string>"
  ]
}

Query Parameters

tier
string

Predefined tiers or specific keys.

keys
string

Response

Successful response

GetBootstrapDataResponse containing pooled data objects.

data
object

Map of keys to JSON-encoded data strings.

missing
string[]

List of keys that were not found in cache.