[{"label":"Latest (v1.0)","version":"latest"}]
csp
Get JSON Web Keys
DescriptionDefines the public keys used to verify the authenticity of the JWT token.
Access Policy
Role | User Accounts | Service Accounts (Client Credentials Applications) |
---|---|---|
Anonymous | ✔️ | ✔️ |
Request
Operation doesn't accept any path, query or header parameters.
URL
https://{api_host}/csp/gateway/am/api/auth/keys
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
JsonWebKeysDto
of type application/json
{
"keys": {}
}
array of
object
keys
Optional
The list of the keys.
Errors
CspErrorResponse
404
The requested resource could not be found
CspErrorResponse
429
The user has sent too many requests
CspErrorResponse
500
An unexpected error has occurred while processing the request
Code Samples
cURL Command
curl https://{api_host}/csp/gateway/am/api/auth/keys
[{"label":"Latest (v1.0)","version":"latest"}]
csp