Skip to main content
POST
Simulate any event type (QA fixture)

Authorizations

Authorization
string
header
required

JWT Bearer token for user session auth. Format: "Bearer {token}". Used by User and Organization endpoints.

Path Parameters

webhookId
string
required

Webhook ID

Body

application/json
eventType
enum<string>
required

Event type to simulate

Available options:
account.created,
account.status_changed,
account.updated,
account.imported,
account.passed,
account.failed,
account.lockout_created,
account.lockout_removed,
account.lockout_updated,
account.payout_processed,
account.max_payouts_reached,
purchase.created,
purchase.status_changed,
trader.created,
snapshot.ready,
fill.created
Example:

"account.failed"

accountId
string

Build the payload from this real account (read-only). Omit to use a static fixture.

Example:

"d290f1ee-6c54-4b01-90e6-d701748f0851"

Response

Simulation result — check delivered field

success
boolean
Example:

true

data
object
message
string
Example:

"Simulated event delivered successfully"