Skip to main content
PUT
C#

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

JWKS representing an array of custom public signing keys.

keys
object[]
required

An array of custom public signing keys.

Minimum array length: 1

Response

Custom signing keys were successfully created or replaced.

JWKS representing an array of custom public signing keys.

keys
object[]

An array of custom public signing keys.