Skip to content
E-commerce platforms

billbee.io

Billbee sandbox and mock API

Documentation of the Billbee REST API to connect a Billbee account to external aplications. ## Endpoint The Billbee API endpoint base url is https://api.billbee.io/api/v1 ## Activation You have to enable the API in the settings of your Billbee account. In addition you need a Billbee API Key identifying the application you develop. To get an API key, send a mail to support@billbee.io and send us a Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
76
Collections
-
Event types
-
example request
curl https://your-billbee.slurry.io/api/v1/automaticprovision/termsinfo \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version v1.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 76.

  • POST/api/v1/automaticprovision/createaccount
  • GET/api/v1/automaticprovision/termsinfo
  • GET/api/v1/cloudstorages
  • GET/api/v1/customer-addresses
  • POST/api/v1/customer-addresses
  • GET/api/v1/customer-addresses/{id}
  • PUT/api/v1/customer-addresses/{id}
  • GET/api/v1/customers
  • POST/api/v1/customers
  • GET/api/v1/customers/addresses/{id}
  • PUT/api/v1/customers/addresses/{id}
  • PATCH/api/v1/customers/addresses/{id}
Billbee sandbox and mock API | Slurry