Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
customer_id
string
required

ID which you provided when creating the customer

event_name
string
required

Name of the event

idempotency_key
string

Unique identifier for the event. If the same event is sent multiple times, it will be ignored.