Update JWT signature verification key
Updates the public key used for verifying the JWT signature. Returns the Embedded Vendor ID
, used for generating the JWT token.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
key
Public key (RS256
).
Response
Success reply
vendor_id
Vendor ID.
success
Indicates whether the update operation is successful.