Security
Get the current webhook secret
Gets the current webhook secret for your account.
Authorization
API Key x-api-key<token>
Authenticate using API Key in request header
In: header
Response Body
application/json
curl -X GET "https://api.bem.ai/v1-beta/webhook-secret"{
"secret": "string"
}