Thinkific Developers

Thinkific Developers/Developers

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 API Key, you can create webhooks programatically. Webhooks API is most useful when installing an App on a Thinkific site.

curl -H 'Authorization: Bearer <api_key>' \
-H 'Content-Type: application/json' \
"https://api.thinkific.com/api/v2/webhooks?page=1&limit=25"

In order to try out the endpoints you need to authorize