GET
/
webhooks
curl --request GET \
  --url https://schoolmaker.co/api/v1/webhooks \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "webhook_url": "<string>",
    "event_type": "<string>",
    "provider": "<string>",
    "extra_parameters": {},
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
List of webhooks
id
string
webhook_url
string
event_type
string
provider
string
extra_parameters
object
created_at
string
updated_at
string