Get flag defaults for project

Get the flag defaults for a specific project.

Path parameters

projectKeystringRequired
The project key

Headers

AuthorizationstringRequired

Response

Flag defaults response
keystring or null
A unique key for the flag default
tagslist of strings or null
A list of default tags for each flag
temporaryboolean or null
Whether the flag should be temporary by default
defaultClientSideAvailabilityobject or null

Which client-side SDK types can use this flag by default. Set usingMobileKey to make the flag available for mobile SDKs. Set usingEnvironmentId to make the flag available for client-side SDKs.

booleanDefaultsobject or null
Defaults for boolean flags within this project

Errors