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.
curl -X POST "https://api.bem.ai/v1-beta/webhook-secret"
{
"secret": "string"
}