Retrieves instance-wide configuration including manual review settings, webhooks, and SSO configuration. Returns current state and schedule information. Requires INSTANCE_CONFIG_VIEW permission.
curl --request POST \
--url https://api.fluxer.app/v1/admin/instance-config/get \
--header 'Authorization: <api-key>'{
"manual_review_enabled": true,
"manual_review_schedule_enabled": true,
"manual_review_schedule_start_hour_utc": 1073741823,
"manual_review_schedule_end_hour_utc": 1073741823,
"manual_review_active_now": true,
"registration_alerts_webhook_url": "<string>",
"system_alerts_webhook_url": "<string>",
"sso": {
"enabled": true,
"display_name": "<string>",
"issuer": "<string>",
"authorization_url": "<string>",
"token_url": "<string>",
"userinfo_url": "<string>",
"jwks_url": "<string>",
"client_id": "<string>",
"client_secret_set": true,
"scope": "<string>",
"allowed_domains": [
"<string>"
],
"auto_provision": true,
"redirect_uri": "<string>"
},
"self_hosted": true
}Admin API key: Authorization: Admin <token>. Only valid for /admin/* endpoints.
Success
0 <= x <= 21474836470 <= x <= 2147483647Show child attributes
curl --request POST \
--url https://api.fluxer.app/v1/admin/instance-config/get \
--header 'Authorization: <api-key>'{
"manual_review_enabled": true,
"manual_review_schedule_enabled": true,
"manual_review_schedule_start_hour_utc": 1073741823,
"manual_review_schedule_end_hour_utc": 1073741823,
"manual_review_active_now": true,
"registration_alerts_webhook_url": "<string>",
"system_alerts_webhook_url": "<string>",
"sso": {
"enabled": true,
"display_name": "<string>",
"issuer": "<string>",
"authorization_url": "<string>",
"token_url": "<string>",
"userinfo_url": "<string>",
"jwks_url": "<string>",
"client_id": "<string>",
"client_secret_set": true,
"scope": "<string>",
"allowed_domains": [
"<string>"
],
"auto_provision": true,
"redirect_uri": "<string>"
},
"self_hosted": true
}