Skip to main content
GET
/
v1
/
webhooks
/
{id}
Retrieve a webhook
curl --request GET \
  --url https://api.drin.run/v1/webhooks/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "url": "<string>",
  "enabled": true,
  "eventTypes": [],
  "signingSecret": "<string>",
  "createdAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://drin.mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
required

Your Drin API key, sent as Authorization: Bearer <key>.

Path Parameters

id
string
required

Response

200 - application/json

The endpoint.

id
string
url
string<uri>
enabled
boolean
eventTypes
enum<string>[]
Available options:
accepted,
queued,
sending,
sent,
delivery,
bounce,
complaint,
open,
click,
delivery_delayed,
rejected,
rendering_failure,
failed,
inbound_received,
inbound_rejected
signingSecret
string

Returned only on create.

createdAt
string<date-time>