Security
Generate a new webhook secret
Generates a new webhook secret to be used for webhook signatures. If a webhook secret already exists, this endpoint will overwrite the previous secret and generate a new one.
Authorization
API Key x-api-key<token>
Authenticate using API Key in request header
In: header
Response Body
application/json
curl -X POST "https://api.bem.ai/v1-beta/webhook-secret"{
"secret": "string"
}