14.1.1.26. Client endpoints¶
This is the audit REST API that can be used to retrieve the eduMFA authentication clients, which used eduMFA 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": "eduMFA unknown" }