Skip to main content
GET
/
api
/
hooks
/
{hookId}
Get single webhook.
curl --request GET \
  --url https://{tenant}/api/hooks/{hookId} \
  --header 'Authorization: Bearer <token>'
{
  "api_model": {},
  "event_timeout": 0,
  "header_map": {
    "secret": "superscretkey",
    "x-auth": "authvalue"
  },
  "id": "363634393863643165326663643130303031383465636239",
  "method": "POST",
  "name": "Expired Keys webhook",
  "org_id": "5e9d9544a1dcd60001d0ed20",
  "target_path": "https://httpbin.org/expired-keys",
  "template_path": "",
  "webhook_id": "1f78e319202b430e92286cff3ca759e3"
}

Authorizations

Authorization
string
header
required

Path Parameters

hookId
string
required

Response

method
string
required
Example:
target_path
string
required
Example:
api_model
object
event_timeout
integer
Example:
header_map
object | null
Example:
id
string
Example:
name
string
Example:
org_id
string
Example:
template_path
string
Example:
webhook_id
string
Example: