Guide

IntroductionGlossarySchema Building Guide

API Reference

Generate a new webhook secret POSTGet the current webhook secret GET
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"
}

Generate a new webhook secret POST

Previous Page

Create a Pipeline POST

Next Page