Guide

IntroductionGlossarySupported File TypesSchema Building GuideKnown Limitations

API Reference

Generate a new webhook secret POSTGet a User ActionGet the current webhook secret GETList User Actions
Security

Get the current webhook secret

Gets the current webhook secret for your account.

GET
/v1-beta/webhook-secret

Authorization

x-api-key<token>

Authenticate using API Key in request header

In: header

Response Body

curl -X GET "https://api.bem.ai/v1-beta/webhook-secret"
{
  "secret": "string"
}

Get a User Action

Previous Page

List User Actions

Next Page

curl -X GET "https://api.bem.ai/v1-beta/webhook-secret"