POST
/
partnerships
/
{partnership_id}
/
triggers
/
reverse
Reverse a trigger event for a partnership.
curl --request POST \
  --url https://campaignservice-staging.withbenji.com/partnerships/{partnership_id}/triggers/reverse \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "trigger_name": "<string>",
  "external_user_id": "<string>",
  "partnership_id": 123,
  "reason": "<string>"
}'
{
  "trigger_event_id": 123
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

200
application/json

OK

The response is of type object.