Get quorum settings and features for an organization
curl --request POST \ --url https://api.turnkey.com/public/v1/query/get_organization_configs \ --header 'Content-Type: application/json' \ --header 'X-Stamp: <api-key>' \ --data '{ "organizationId": "<string>" }'
{ "configs": { "features": [ { "name": "FEATURE_NAME_ROOT_USER_EMAIL_RECOVERY", "value": "<string>" } ], "quorum": { "threshold": 123, "userIds": [ "<string>" ] } } }
A successful response.
The response is of type object.
object
Was this page helpful?