retrieve Jwt Public Key

GET {{baseUrl}}/api/jwt/public-key?keyId=<string>&applicationId=<string>

Retrieves the Public Key configured for verifying JSON Web Tokens (JWT) by the key Id (kid). OR Retrieves the Public Key configured for verifying the JSON Web Tokens (JWT) issued by the Login API by the Application Id.

Request Params

KeyDatatypeRequiredDescription
keyIdstringThe Id of the public key (kid).
applicationIdstringThe Id of the Application for which this key is used.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;publicKey&quot;:&quot;\u003cstring\u003e&quot;,&quot;publicKeys&quot;:{&quot;eiusmod_b&quot;:&quot;\u003cstring\u003e&quot;}}