Skip to main content
WEBHOOK
This webhook is sent when an order changes status. The payload includes the updated order identifier and status.

Authorizations

Authorization
string
header
required

Bearer token authentication using your thanks.io API key

Body

application/json
event_type
string
required
Example:

"order.status_update"

event_id
string
required
Example:

"a8a59df0-516d-11f0-9ca2-31daad0e4f7f"

data
object
required
timestamp
integer
required
Example:

1750819187

date_time
string
required
Example:

"2025-06-25 02:39:47"

Response

200

Webhook received