Keys
Rotate Signing Keys
This endpoint rotates your signing keys.
POST
/
v1
/
keys
/
rotate
The next key becomes the current and we generate a new one and assign it to next key.
Please update the signing keys in your applications as soon as possible.
Response
current
string
requiredCurrent signing key is used to sign all messages before they are sent to the destination.
next
string
requiredNext signing key will be used to sign messages after you have rotated your signing keys.
Was this page helpful?