SDK Configurations (V2)

Get or evaluate configuration

Returns a configuration for the calling SDK's application and environment. When identity headers (distinct-id, unit-type) are present, evaluates active experiments, persists assignments and exposure proxies, applies changesets, and returns the merged configuration with experiment metadata. Without identity headers, returns the unevaluated base configuration. Supply the SDK's stored hash or If-None-Match header for 304 change detection.

get/sdk/v2/configurations/

Query parameters

configurationstring
hashstring

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
distinct-idstring
unit-type'user' | 'server'
evaluation-contextstring

Response

Default Response

hashstring required
configurationIdnumber required
configurationSchema0 required— unresolved $ref
updatedAtstring date-time required
requiredPropertiesstring[] required

Changes

No recorded changes to this endpoint across all 1 revision of this API.