API ReferenceOrganization
Get settings
Required scope: `organization:read`.
Authorization
bearerAuth AuthorizationBearer <token>
OAuth access token, e.g. Authorization: Bearer swot_….
In: header
Response Body
application/json
curl -X GET "https://example.com/api/oauth/v1/organization/settings"{
"data": {
"allow_guest_submission": true,
"enable_ai_assistant": true,
"bot_configuration": {},
"locale": "string"
}
}