Get flag defaults for project

Get the flag defaults for a specific project.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequiredformat: "string"
The project key

Response

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

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
Defaults for boolean flags within this project

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error