Path: / admin / realms / {realm} / applications-by-id / {app-name} / certificates / {attr}

Path parameters:
realm - realm name (not id!)
app-name -
attr -

Sub-Resources
Resources
NameDescription
download
generate
upload

Resource Methods
Method Summary
NameDescription
GET /admin/realms/{realm}/applications-by-id/{app-name}/certificates/{attr} 

Method Detail

GET /admin/realms/{realm}/applications-by-id/{app-name}/certificates/{attr}

HTTP Example:
GET /admin/realms/{realm}/applications-by-id/{app-name}/certificates/{attr}
API Example:

ClientAttributeCertificateResource.getKeyInfo({'realm': /* name realm name (not id!) */,
  'app-name': /* name */,
  'attr': /* attributePrefix */});

Output:
ClientKeyPairInfo -
Produces:
application/json