Skip to main content
POST
Has sales events
Required scopes: customers:ro

Authorizations

Authorization
string
header
required

Use your account ID as the username and your personal access token (PAT) as the password, or pass a Base64-encoded value directly in the Authorization header. For more information, see the personal access tokens guide.

Body

application/json
store_uuid
string<uuid>

Optional store UUID. When provided, the check is scoped to that store. When omitted, it covers the whole organization.

Response

Whether the organization (or store) has any sales events.

has_sales_events
boolean

If true: the organization (or store) has at least one recorded sales event.