GET
/
user
/
webhook
/
events
/
curl --request GET \
  --url https://api.deepreel.com/user/webhook/events/ \
  --header 'X-API-KEY: <api-key>'
{
  "data": [
    "<string>"
  ]
}

Authorizations

X-API-KEY
string
headerrequired

Your API key with the prefix: dr_. This is required by all endpoints to access our API programatically. You can view your API Key by navigating to the account settings panel (In the bottom left corner click on your Accountprofile)

Response

200 - application/json
data
string[]
required

List of subscribable events your webhook can listen to.