Skip to main content
GET
List all organization events

Authorizations

Authorization
string
header
required

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

Query Parameters

eventType
string

Filter by event type (API names, e.g. account.failed, or webhook.test)

accountId
string

Filter to events of one trading account

limit
integer
default:50
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: x >= 0

Response

Paginated event feed, newest first

success
boolean
Example:

true

data
object