Skip to main content

Get basic information over the instance​

Return the basic information of the instance for the requested context

Responses

OK


Schema
    defaultOrgId string

    default organization for the current context

    defaultLanguage string

    default language for the current context

    supportedLanguages string[]
GET /v2beta/settings

Authorization

name: OAuth2type: oauth2scopes: openid,urn:zitadel:iam:org:project:id:zitadel:audflows: {
  "authorizationCode": {
    "authorizationUrl": "$CUSTOM-DOMAIN/oauth/v2/authorize",
    "tokenUrl": "$CUSTOM-DOMAIN/oauth/v2/token",
    "scopes": {
      "openid": "openid",
      "urn:zitadel:iam:org:project:id:zitadel:aud": "urn:zitadel:iam:org:project:id:zitadel:aud"
    }
  }
}

Request

Base URL
https://$CUSTOM-DOMAIN
Bearer Token
Accept
curl / cURL
curl -L -X GET 'https://$CUSTOM-DOMAIN/v2beta/settings' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'