Webhooks
Notify your application when specific events occur in your Skool community
Last updated
Notify your application when specific events occur in your Skool community
Last updated
GET /v1/webhooks/?session_id=text HTTP/1.1
Host:
x-api-secret: text
Accept: */*
[
{
"id": "text"
}
]POST /v1/webhooks/?session_id=text HTTP/1.1
Host:
x-api-secret: text
Content-Type: application/json
Accept: */*
Content-Length: 47
{
"url": "text",
"group": "text",
"events": [
"post"
]
}{
"id": "text"
}DELETE /v1/webhooks/{webhook_id} HTTP/1.1
Host:
x-api-secret: text
Accept: */*