GET
/
events
/
revenue
/
postback
Revenue event postback url
curl --request GET \
  --url https://api.sendx.io/api/v1/rest/events/revenue/postback \
  --header 'X-Team-ApiKey: <api-key>'
{
  "message": "Revenue postback processed successfully.",
  "status": "success"
}

Authorizations

X-Team-ApiKey
string
header
required

Query Parameters

team_id
string
required

The unique identifier for the team.

id
string
required

The unique sendx identifier for the contact/customer.

amount
number
required

The revenue amount to be posted back.

campaign_id
string
required

The unique identifier for the campaign.

Response

200
application/json

Successful Response

The response is of type object.