Skip to main content
POST
/
webhooks
/
{id}
/
test
Send a test event
curl --request POST \
  --url https://app.gaintrace.com/api/v1/webhooks/{id}/test \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "deliveryId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "responseStatus": 123,
    "error": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer API key. Secret server keys start with gt_live_; client-safe browser keys start with gt_pub_ (write-only, origin-pinned). Create and scope keys in Settings → API Keys.

Path Parameters

id
string
required

Resource UUID. For companies you may also pass ext:<externalId> to address by your external id.

Response

Delivery result.

data
object
Last modified on July 6, 2026