cURL
curl --request GET \ --url https://api.example.com/settings/app \ --cookie fastapiusersauth=
{ "app_registry_validation_enabled": true, "app_executions_query_limit": 123, "app_interactions_enabled": true }
Successful Response
Settings for the app.
Was this page helpful?