Subscriptions

Get a Subscription

GET
/v1-alpha/subscriptions/{subscriptionID}
x-api-key<token>

Authenticate using API Key in request header

In: header

Path Parameters

subscriptionIDstring

ID of the subscription to retrieve.

Response Body

curl -X GET "https://api.bem.ai/v1-alpha/subscriptions/string"
{
  "name": "string",
  "subscriptionID": "string",
  "type": "transform",
  "functionID": "string",
  "disabled": true,
  "webhookURL": "https://bem-example.ai/test/url"
}