[{"label":"Latest (v1.0)","version":"latest"}]
csp

Get JSON Web Keys

Description

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

Request

URL

URL


get
https://{api_host}/csp/gateway/am/api/auth/keys
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

Response Body

Response Body

200 OK

Returns JsonWebKeysDto of type application/json
{
	"keys": {}
}
array of object
keys Optional

The list of the keys.

Errors

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

Code Samples

cURL Command

curl https://{api_host}/csp/gateway/am/api/auth/keys


Feedback

Was this page helpful?