GET
/
config
Get Configuration
curl --request GET \
  --url https://{tenantDomain}/my-org/config \
  --header 'Authorization: Bearer <token>'
{
  "connection_profile": {},
  "user_attribute_profile": {},
  "linked_clients": [
    {
      "enable": true,
      "org_admin_can_change": true
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

locale
string

The locale for getting the correct custom_texts

fields
string

Comma-separated list of fields to include or exclude (based on value provided for include_fields) in the result. Leave empty to retrieve all fields.

include_fields
boolean
default:true

Whether specified fields are to be included (true) or excluded (false).

Response

200
application/json

Configuration successfully retrieved.

The response is of type object.