GET
/
events
/
custom
/
postback
Custom event postback url
curl --request GET \
  --url https://api.sendx.io/api/v1/rest/events/custom/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.

event
string
required

The custom event name.

any-key
string
required

Arbitrary custom data as key-value pairs. Add custom parameters directly to the query string. For example, amount=24.43 or currency=USD.

Example:

"24.43"

Response

200
application/json

Successful Response

The response is of type object.