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

AuthorizationstringRequired

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

Request

This endpoint expects an object.
keystringRequired

Public key (RS256).

Response

Success reply
vendor_idstring
Vendor ID.
successboolean
Indicates whether the update operation is successful.

Errors