Skip to main content
GET
/
user
/
webhook
cURL
curl --request GET \
  --url https://api.deepreel.com/user/webhook/ \
  --header 'X-API-KEY: <api-key>'
{
  "endpoint": "<string>",
  "key": "<string>",
  "events": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.deepreel.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

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

Allows to specify fields to be included

endpoint
string<uri>
required

Endpoint to listen to the subscribed events.

key
string
required

Secret key to perform HTTP Signature Verification.

events
string[]
required
read-only

Events to be observed.

Name of the event