Spending Plan Webhooks
Partners subscribed to the spending plan webhooks will be notified when a spending_plan is created, updated, or deleted.
For details on how to set up webhooks, check out the full Webhook Reference.
Spending Plan Webhooks' Fields
| Field name | Data type | Definition |
|---|---|---|
created_at | Integer | The date and time the spending_plan was created, given in Unix epoch time. |
current_iteration_number | Integer | The current active associated spending_plan_iteration number for a given spending_plan. |
guid | String | The unique identifier for the spending_plan. Defined by MX. |
updated_at | Integer | The date and time the spending_plan was last updated, given in Unix epoch time. |
user_guid | String | The unique identifier for the user to which the spending_plan belongs. Defined by MX. |
user_id | String | The unique partner-defined identifier for the user associated with the spending_plan. |
Example Payload
Language:json