Webhooks API Reference
The following documentation outlines the API endpoints that are available to get, create, update and remove webhooks.
API Reference
Base URL
The base address of the Webhooks API is https://api.thinkific.com/api/v2
.
Authorization
Using your Access Token or API Key, you can create webhooks programatically. Webhooks API is most useful when installing an App on a Thinkific site.
curl -H 'Authorization: Bearer <access_token OR api_key>' \
-H 'Content-Type: application/json' \
"https://api.thinkific.com/api/v2/webhooks?page=1&limit=25"