Use cases

Custom blocks & widgets

If you have a supported commerce platform like BigCommerce and want to build additional custom experiences, widgets or customizations, you will want to use our Loyalty API.

Most likely, you want to be calling the Loyalty API from the client side. It is an RPC API, and very simple to call, no SDKs required.

Depending on the commerce platform, you will either make calls through an App Proxy (and thus won't need any authentication), or will need to authenticate via signed customer tokens.

Calling RPC APIs

A vast majority of Bubblehouse APIs are JSON-based RPCs via HTTP with consistent calling conventions.

Loyalty API

Interact with the loyalty program on a customer's behalf.
Previous
Headless shops