post https://api.fastspring.com/events/
Marks an event with the given event_id
as either processed or unprocessed.
Responses
Marks an event with the given event_id
as either processed or unprocessed.
xxxxxxxxxx
curl --request POST \
--url https://api.fastspring.com/events/event_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"processed":true}'
xxxxxxxxxx
35}
{
"id": "ABCDEFGHIJK1LMNOPQR2STUV3WXYZAB",
"processed": true,
"created": 1729545999690,
"type": "account.updated",
"live": true,
"data": {
"id": "abcDEFgHiJklM1N-3OP9qRST",
"account": "abcDEFgHiJklM1N-3OP9qRST",
"contact": {
"first": "First",
"last": "Last",
"email": "first.last@domain.com",
"company": "Company Name",
"phone": "555-555-5555",
"subscribed": true
},
"address": {
"addressLine1": "123 Main Street",
"addressLine2": "Apt. 456",
"city": "Santa Barbara",
"country": "US",
"postalCode": 93101,
"region": "US-CA",
"region custom": null,