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
{
"cspErrorCode": "string",
"errorCode": "string",
"message": "string",
"moduleCode": 0,
"requestId": "string",
"statusCode": 0
}
string
cspErrorCode
Optional
cspErrorCode
string
errorCode
Optional
errorCode
string
message
Optional
message
integer As int32
As int32
moduleCode
Optional
moduleCode
string
requestId
Optional
requestId
integer As int32
As int32
statusCode
Optional
statusCode
429
The user has sent too many requests
Returns
CspErrorResponse
of type(s)
application/json
{
"cspErrorCode": "string",
"errorCode": "string",
"message": "string",
"moduleCode": 0,
"requestId": "string",
"statusCode": 0
}
string
cspErrorCode
Optional
cspErrorCode
string
errorCode
Optional
errorCode
string
message
Optional
message
integer As int32
As int32
moduleCode
Optional
moduleCode
string
requestId
Optional
requestId
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
{
"cspErrorCode": "string",
"errorCode": "string",
"message": "string",
"moduleCode": 0,
"requestId": "string",
"statusCode": 0
}
string
cspErrorCode
Optional
cspErrorCode
string
errorCode
Optional
errorCode
string
message
Optional
message
integer As int32
As int32
moduleCode
Optional
moduleCode
string
requestId
Optional
requestId
integer As int32
As int32
statusCode
Optional
statusCode
Authentication Operations
POST
Get Access Token By Api Refresh Token Using POST
POST
Get Api Token Details Using POST
POST
Get Identity Provider Logout Url Using POST
POST
Get Identity Provider Logout Url V2 Using POST
GET
Get Json Web Keys Using GET
GET
Get Public Key Using GET
POST
Get Token For Authorization Grant Type Using POST
POST
Get Token Introspection Details Using POST
POST
Revoke Token Using POST