Skip to main content
GET
/
webhooks
/
{webhook_id}
Error
A valid request URL is required to generate request examples
{
  "url": "<string>",
  "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "headers": [],
  "presence_name": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

webhook_id
string<uuid>
required

Response

Successful Response

Model for viewing webhook data

url
string
required
user_id
string<uuid>
required
id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
headers
any[]
presence_name
string | null