Get Flag
GET/v1/settings/:settingId
This endpoint returns the metadata attributes of a Feature Flag or Setting
identified by the settingId
parameter.
Request
Responses
- 200
- 400
- 404
- 429
When everything is ok, the setting data returned.
Bad request.
Not found.
Too many requests. In case of the request rate exceeds the rate limits.