Sidebar

Configure dynamic store-driven UI blocks to render on your frontend.

Sidebar modules showcase additional information from the store. Modules are enabled in the store's configuration/The following modules are supported:

Type
Notes

top_customer

Shows the top customer of the store.

textbox

Renders custom HTML on the sidebar

recent_payments

Shows information of most recent payor

featured_package

Showcases a particular package

giftcard_balance

Shows the user's giftcard balance

server_status

Online status of a store's server

payment_goal

Progress to completing a payment goal

community_goal

Progress to completing a community goal

Use the following endpoint to get all enabled sidebar module data:

Retrieves the available sidebar modules.

get

Retrieves the available sidebar modules configured for the store.

Path parameters
tokenstringRequired

The webstore identifier.

Example: some-uuid
Responses
200

Successful response.

application/json
get
/accounts/{token}/sidebar
200

Successful response.

Module Schemas

Last updated

Was this helpful?