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
Key | Datatype | Required | Description |
---|---|---|---|
keyId | string | The Id of the public key (kid). | |
applicationId | string | The Id of the Application for which this key is used. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"publicKey":"\u003cstring\u003e","publicKeys":{"eiusmod_b":"\u003cstring\u003e"}}