{realm}-clients-{id}
Number of APIs: 12
- 
Get application session count Returns a number of user sessions associated with this client { "count": number } GET {{baseUrl}}/:realm/clients/:id/session-count 
- 
/:realm/clients/:id/installation/providers/:providerId GET {{baseUrl}}/:realm/clients/:id/installation/providers/:providerId 
- 
Get representation of the client GET {{baseUrl}}/:realm/clients/:id 
- 
Delete the client DELETE {{baseUrl}}/:realm/clients/:id 
- 
Get application offline session count Returns a number of offline user sessions associated with this client { "count": number } GET {{baseUrl}}/:realm/clients/:id/offline-session-count 
- 
Get offline sessions for client Returns a list of offline user sessions associated with this client GET {{baseUrl}}/:realm/clients/:id/offline-sessions?first=18909540&max=18909540 
- 
Push the client’s revocation policy to its admin URL If the client has an admin URL, push revocation policy to it. POST {{baseUrl}}/:realm/clients/:id/push-revocation 
- 
Generate a new registration access token for the client POST {{baseUrl}}/:realm/clients/:id/registration-access-token 
- 
Get a user dedicated to the service account GET {{baseUrl}}/:realm/clients/:id/service-account-user 
- 
Test if registered cluster nodes are available Tests availability by sending 'ping' request to all cluster nodes. GET {{baseUrl}}/:realm/clients/:id/test-nodes-available