Skip to main content
POST
Push revenue event
🎯 Key Features:
  • Track purchase events
  • Revenue attribution
  • Custom properties
  • Analytics integration

Authorizations

X-Team-ApiKey
string
header
required

Team API key for authentication. Find your API key in SendX Settings → Team API Key.

Example:

Body

application/json
amount
number<float>
required

Revenue amount

Example:

99.99

identifier
string<email>

Contact email address

Example:

"customer@example.com"

source
string

Source of the revenue event

Example:

"website"

time
integer<int64>

Unix timestamp (in seconds since January 1, 1970) representing when the event occurred.

Example:

1669990400

Response

✅ Revenue event tracked successfully

status
string
Example:

"success"

message
string
Example:

"Event tracked successfully"