SDK Bootstrap (V2)
Bootstrap configurations and experiments
Everything an SDK needs on load, in one call: every live configuration for the authenticated environment (id, name, alias, content hash and the configuration document itself), which of them is primary, and every active experiment split by unit type. Experiments are returned without their changesets — use GET /sdk/v2/experiments/active when changeset operations are needed for local merging. Private experiments are returned to secret keys only.
get/sdk/v2/bootstrap
Headers
environment'production' | 'development'
Environment alias. Defaults to development when omitted; studio is accepted as a synonym for it. Any alias outside the calling key's environment scope is rejected with 403.
project-idinteger
Response
Default Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.