Every notable change to the Voodoo Center API and its integration surface is
recorded here, newest first. The API is versioned under /api/v1; we add
fields and endpoints in a backward-compatible way and call out anything you may
need to act on.
Want to be notified of changes programmatically? New order outcomes always arrive on your webhook, and every field documented in the API Reference is safe to read defensively — ignore unknown fields so future additions never break your integration.
Order responses now include created_by
POST /api/v1/orders and GET /api/v1/orders/{id} responses now include a
created_by object identifying the account user behind the order:
This makes it easy to attribute API-placed orders to a specific team member or
service identity in your own audit trail. The field is additive and may be
null for older orders — read it defensively.