v1

latestOpenAPI 3.1.0CC-BY-NC-SA-4.02026-07-2413803.8 MB
Webhooks API

Test a webhook

Sends a test event to the webhook to verify the endpoint is working as expected.

🔑 Access with

Advanced access token with webhooks.write

OAuth access with webhooks.write

post/v2/webhooks/{webhookId}/ping

Request body

testmodeboolean

You can enable test mode by setting testmode to true.

Test entities cannot be retrieved when the endpoint is set to live mode, and vice versa.

Response

Accepted.