Skip to main content
GET
/
webhooks
List all webhooks
curl --request GET \
  --url http://localhost:3001/portal-api/webhooks
[
  {
    "ID": "<string>",
    "Name": "<string>",
    "URL": "<string>",
    "Method": "<string>",
    "Timeout": 123,
    "Headers": [
      {
        "ID": "<string>",
        "Name": "<string>",
        "Value": "<string>"
      }
    ],
    "Events": [
      "AccessRequestApproved"
    ]
  }
]

Response

200 - application/json
ID
string
Name
string
URL
string
Method
string
Timeout
integer
Headers
object[]
Events
enum<string>[]