Skip to main content
POST
/
api
/
v1
/
webhooks
/
{id}
/
test
Test a webhook by sending a test event
curl --request POST \
  --url https://api.g-tateth.com/api/v1/webhooks/{id}/test \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

API Key authentication. Format: Bearer sk_live_... or Bearer sk_test_...

Path Parameters

id
string
required

Webhook ID

Response

200

Test event sent successfully