BunStackDocs

Integrations & API

Webhooks and API keys

Receive events in your own system and read data via API.

Last updated · 1 min read · Suggest an edit

Webhooks

Under Settings › Webhooks you enter a URL and choose events: order created, paid, shipped, refunded, customer created and more. Every call is signed with a secret you get at creation; verify the signature before trusting the content. Deliveries run in a queue with retries, and every delivery can be inspected (payload, response, time) on the webhook page.

API keys

Under Settings › API keys you create keys with the prefix bunstack_. The key is shown once. Keys give read access to orders, customers and products for your tenant and can be revoked at any time. Every call is logged in the activity log.