Get instance level features
GEThttps://$CUSTOM-DOMAIN/v2/features/instance
Returns all configured features for an instance. Unset fields mean the feature is the current system default.
Request​
Query Parameters
Inherit unset features from the resource owners. This option is recursive: if the flag is set, the resource's ancestors are consulted up to system defaults. If this option is disabled and the feature is not set on the instance, it will be omitted from the response or Not Found is returned when the instance has no features flags at all.
Responses​
- 200
- 403
- 404
- default
OK
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
details
object
loginDefaultOrg
object
oidcTriggerIntrospectionProjections
object
oidcLegacyIntrospection
object
userSchema
object
oidcTokenExchange
object
actions
object
improvedPerformance
object
webKey
object
debugOidcParentError
object
oidcSingleV1SessionTermination
object
disableUserTokenEvent
object
enableBackChannelLogout
object
loginV2
object
permissionCheckV2
object
consoleUseV2UserApi
object
{
"details": {
"sequence": "2",
"changeDate": "2025-03-25T07:19:30.315Z",
"resourceOwner": "69629023906488334",
"creationDate": "2025-03-25T07:19:30.315Z"
},
"loginDefaultOrg": true,
"oidcTriggerIntrospectionProjections": true,
"oidcLegacyIntrospection": true,
"userSchema": true,
"oidcTokenExchange": true,
"actions": true,
"improvedPerformance": [
1
],
"webKey": true,
"debugOidcParentError": true,
"oidcSingleV1SessionTermination": true,
"disableUserTokenEvent": true,
"enableBackChannelLogout": true,
"loginV2": true,
"permissionCheckV2": {
"enabled": false,
"source": "SOURCE_UNSPECIFIED"
},
"consoleUseV2UserApi": true
}
- Schema
- Example (from schema)
Schema
details
object
loginDefaultOrg
object
oidcTriggerIntrospectionProjections
object
oidcLegacyIntrospection
object
userSchema
object
oidcTokenExchange
object
actions
object
improvedPerformance
object
webKey
object
debugOidcParentError
object
oidcSingleV1SessionTermination
object
disableUserTokenEvent
object
enableBackChannelLogout
object
loginV2
object
permissionCheckV2
object
consoleUseV2UserApi
object
{
"details": {
"sequence": "2",
"changeDate": "2025-03-25T07:19:30.317Z",
"resourceOwner": "69629023906488334",
"creationDate": "2025-03-25T07:19:30.317Z"
},
"loginDefaultOrg": true,
"oidcTriggerIntrospectionProjections": true,
"oidcLegacyIntrospection": true,
"userSchema": true,
"oidcTokenExchange": true,
"actions": true,
"improvedPerformance": [
1
],
"webKey": true,
"debugOidcParentError": true,
"oidcSingleV1SessionTermination": true,
"disableUserTokenEvent": true,
"enableBackChannelLogout": true,
"loginV2": true,
"permissionCheckV2": {
"enabled": false,
"source": "SOURCE_UNSPECIFIED"
},
"consoleUseV2UserApi": true
}
- Schema
- Example (from schema)
Schema
details
object
loginDefaultOrg
object
oidcTriggerIntrospectionProjections
object
oidcLegacyIntrospection
object
userSchema
object
oidcTokenExchange
object
actions
object
improvedPerformance
object
webKey
object
debugOidcParentError
object
oidcSingleV1SessionTermination
object
disableUserTokenEvent
object
enableBackChannelLogout
object
loginV2
object
permissionCheckV2
object
consoleUseV2UserApi
object
{
"details": {
"sequence": "2",
"changeDate": "2025-03-25T07:19:30.318Z",
"resourceOwner": "69629023906488334",
"creationDate": "2025-03-25T07:19:30.318Z"
},
"loginDefaultOrg": true,
"oidcTriggerIntrospectionProjections": true,
"oidcLegacyIntrospection": true,
"userSchema": true,
"oidcTokenExchange": true,
"actions": true,
"improvedPerformance": [
1
],
"webKey": true,
"debugOidcParentError": true,
"oidcSingleV1SessionTermination": true,
"disableUserTokenEvent": true,
"enableBackChannelLogout": true,
"loginV2": true,
"permissionCheckV2": {
"enabled": false,
"source": "SOURCE_UNSPECIFIED"
},
"consoleUseV2UserApi": true
}
Returned when the user does not have permission to access the resource.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Returned when the resource has no feature flag settings and inheritance from the parent is disabled.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
An unexpected error response.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://$CUSTOM-DOMAIN/v2/features/instance' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'