Skip to content

Get logout failure for client

GET
/api/admin/settings/logout/failures/{clientId}
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/api/admin/settings/logout/failures/example \
--header 'Authorization: Bearer <token>'

Returns the stored logout notification failure record for a client from SETTINGS or STATE_STORE KV.

clientId
required
string

Client ID.

Logout failure record for one client.

Media type application/json
object
clientId
string
timestamp
integer
error
string
attempts
integer
key
additional properties
Example
{
"clientId": "client_123",
"timestamp": 1770000000000,
"error": "webhook_timeout",
"attempts": 3,
"lastAttemptAt": 1770000000000
}

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"
}

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"
}