15.1.1.28. Client endpoints

This is the audit REST API that can be used to retrieve the privacyIDDEA authentication clients, which used privacyIDEA to authenticate.

GET /clients

GET /client/

return a list of authenticated clients grouped (dictionary) by the clienttype.

Example request:

GET /client
Host: example.com
Accept: application/json

Example response:

HTTP/1.1 200 OK
Content-Type: application/json

 {
   "id": 1,
   "jsonrpc": "2.0",
   "result": {
     "status": true,
     "value": {"PAM": [],
               "SAML": [],
   },
   "version": "privacyIDEA unknown"
 }