Skip to Content
Anuma SDKClientInternalFunctionsgetApiV1Bootstrap

getApiV1Bootstrap

getApiV1Bootstrap<ThrowOnError>(options?: Options<GetApiV1BootstrapData, ThrowOnError>): RequestResult<GetApiV1BootstrapResponses, GetApiV1BootstrapErrors, ThrowOnError>

Defined in: src/client/sdk.gen.ts:708 

Bootstrap client session

Returns the authenticated user identity, feature-flag assignments, and server build metadata in a single call. Intended to be called once after auth resolves on the client.

Type Parameters

Type ParameterDefault type

ThrowOnError extends boolean

false

Parameters

ParameterType

options?

Options<GetApiV1BootstrapData, ThrowOnError>

Returns

RequestResult<GetApiV1BootstrapResponses, GetApiV1BootstrapErrors, ThrowOnError>

Last updated on