List client consent requirement overrides.
GET
/api/admin/clients/{clientId}/consent-overrides
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/clients/example/consent-overrides \ --header 'Authorization: Bearer <token>'Lists consent requirement overrides configured for a client. Overrides are returned as stored tenant rows keyed by statement id.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” clientId
required
string
Client identifier.
Responses
Section titled “ Responses ”Client consent override list response.
Media type application/json
object
overrides
required
Array<object>
object
id
required
string
tenant_id
required
string
client_id
required
string
statement_id
required
string
requirement
required
string
min_version
string | null
enforcement
string | null
conditional_rules_json
string | null
display_order
integer | null
created_at
required
integer format: int64
updated_at
required
integer format: int64
key
additional properties
key
additional properties
Example generated
{ "overrides": [ { "id": "example", "tenant_id": "example", "client_id": "example", "statement_id": "example", "requirement": "example", "min_version": "example", "enforcement": "example", "conditional_rules_json": "example", "display_order": 1, "created_at": 1, "updated_at": 1 } ]}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}