Path: / admin / realms / {realm} / oauth-clients / {clientId} / certificates / {attr}

Path parameters:
realm - realm name (not id!)
clientId - oauth client's clientId
attr -

Sub-Resources
Resources
NameDescription
download
generate
upload

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/oauth-clients/{clientId}/certificates/{attr} 

Method Detail

GET /admin/realms/{realm}/oauth-clients/{clientId}/certificates/{attr}

HTTP Example:
GET /admin/realms/{realm}/oauth-clients/{clientId}/certificates/{attr}
API Example:

ClientAttributeCertificateResource.getKeyInfo({'realm': /* name realm name (not id!) */,
  'clientId': /* clientId oauth client's clientId */,
  'attr': /* attributePrefix */});

Output:
ClientKeyPairInfo -
Produces:
application/json