Get Json Web Keys Using GET
Defines the public keys used to verify the authenticity of the JWT token.
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Anonymous | ✔️ | ✔️ |
Request
URI
GET
https://{api_host}/csp/gateway/am/api/auth/keys
COPY
Responses
200
OK
Returns JsonWebKeysDto of type(s) application/json
{
"keys": [
{}
]
}
array of object
keys
Optional
The list of the keys.
404
The requested resource could not be found
Returns CspErrorResponse of type(s) application/json
"CspErrorResponse Object"
string
cspErrorCode
Optional
cspErrorCode
string
message
Optional
message
string
errorCode
Optional
errorCode
string
requestId
Optional
requestId
integer As int32 As int32
moduleCode
Optional
moduleCode
integer As int32 As int32
statusCode
Optional
statusCode
429
The user has sent too many requests
Returns CspErrorResponse of type(s) application/json
"CspErrorResponse Object"
string
cspErrorCode
Optional
cspErrorCode
string
message
Optional
message
string
errorCode
Optional
errorCode
string
requestId
Optional
requestId
integer As int32 As int32
moduleCode
Optional
moduleCode
integer As int32 As int32
statusCode
Optional
statusCode
500
An unexpected error has occurred while processing the request
Returns CspErrorResponse of type(s) application/json
"CspErrorResponse Object"
string
cspErrorCode
Optional
cspErrorCode
string
message
Optional
message
string
errorCode
Optional
errorCode
string
requestId
Optional
requestId
integer As int32 As int32
moduleCode
Optional
moduleCode
integer As int32 As int32
statusCode
Optional
statusCode
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/csp/gateway/am/api/auth/keys
Authentication Operations
POST
Get Identity Provider Logout Url Using POST
POST
Get Identity Provider Logout Url V2 Using POST
GET
Get Public Key Using GET
GET
Get Json Web Keys Using GET
POST
Revoke Token Using POST
POST
Get Access Token By Api Refresh Token Using POST
POST
Get Api Token Details Using POST
POST
Get Token Introspection Details Using POST
POST
Get Token For Authorization Grant Type Using POST