Get organization settings

Retrieve the settings for a specific organization by ID.

Authentication

AuthorizationToken
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>

Path parameters

idintegerRequired

Response

billingobject
created_atdatetimeRead-only
custom_scripts_enabledstringRead-only
email_notification_settingsstringRead-only
idintegerRead-only
react_code_settingsstringRead-only
titlestringRead-only
tokenstringRead-only
default_roleenum

Default membership role for invited users

  • OW - Owner
  • AD - Administrator
  • MA - Manager
  • RE - Reviewer
  • AN - Annotator
  • DI - Deactivated
  • NO - Not Activated
embed_domainsany or null

List of objects: {“domain”: “example.com”}. Used for CSP header on /embed routes.

embed_settingsany or null
Embed settings for this organization
external_idstring or null
External ID to uniquely identify this organization