Skip to content
ET-FOREXET-FOREX

Automation · Webhooks

Send a test event to an endpoint

key required
post

Queues a synthetic webhook.test event so you can verify signature handling end-to-end. Delivery is asynchronous — check the deliveries list for the outcome.

Path parameters

idrequiredstring

Responses

200
Send a test event to an endpoint
400
Invalid request — VALIDATION_ERROR.
401
Missing, invalid, revoked or expired credential.
403
Authenticated but not entitled — the plan does not include this endpoint or feature.
404
No such resource, or it is not active — NOT_FOUND. The message names what was looked up.
429
Rate limit or monthly quota exceeded — RATE_LIMIT_EXCEEDED or QUOTA_EXCEEDED. Honour Retry-After.
500
Unexpected server error.

Example response

Not runnable from the browser. The API accepts cross-origin GET only, so a POST has to come from your own server. Copy a sample above and run it there.