Skip to main content
POST
/
api
/
ecommerce-app
/
{id}
/
rotate-secret
Rotate the signing secret
curl --request POST \
  --url https://api.vambe.me/api/ecommerce-app/{id}/rotate-secret
Generates a new signing_secret for webhook HMAC signatures and returns it. The previous secret stops being valid immediately, so update your signing code before sending the next webhook.

Path Parameters

id
string
required

Response

201 - undefined