Security

Get the current webhook secret

Gets the current webhook secret for your account.

GET
/v1-beta/webhook-secret
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"
}