Skip to main content
GET
/
webhooks
/
{webhook_id}
Get a webhook by ID
curl --request GET \
  --url http://localhost:3001/portal-api/webhooks/{webhook_id}
{
  "ID": "<string>",
  "Name": "<string>",
  "URL": "<string>",
  "Method": "<string>",
  "Timeout": 123,
  "Headers": [
    {
      "ID": "<string>",
      "Name": "<string>",
      "Value": "<string>"
    }
  ],
  "Events": [
    "AccessRequestApproved"
  ],
  "CreatedAt": "2023-06-25 13:37",
  "UpdatedAt": "2023-06-25 13:37"
}

Path Parameters

webhook_id
string
required

Response

ID
string
Name
string
URL
string
Method
string
Timeout
integer
Headers
object[]
Events
enum<string>[]
CreatedAt
string
Example:
UpdatedAt
string
Example: