GET
/
user
/
webhook
/
curl --request GET \
  --url https://api.deepreel.com/user/webhook/ \
  --header 'X-API-KEY: <api-key>'
{
  "endpoint": "<string>",
  "key": "<string>",
  "events": [
    "<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
endpoint
string
required

Endpoint to listen to the subscribed events.

key
string
required

Secret key to perform HTTP Signature Verification.

events
string[]
required

Events to be observed.