Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

konfetti catalog API

Public read access to experiences and categories.

konfetti catalog API is one of 5 APIs that konfetti publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include catalog. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

This API exposes 10 operations across 10 paths, and defines 10 schemas. It is described by OpenAPI 3.1.0, at version v1.

Requests are made against a single base URL, https://api.gokonfetti.com.

10 operations 10 paths 10 schemas 9 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Base URL
https://api.gokonfetti.com/v1
Authentication
HTTP Bearer, OAuth 2.0
License
Proprietary — no public API terms published
Resource Areas
1

Authentication & Security 2

konfetti catalog API declares 2 security schemes for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). It supports OAuth 2.0 (oauth2).

  • bearerAuth — Access token obtained from POST /v1/oauth/token and sent as Authorization: Bearer .
  • oauth2 — OAuth 2.0 token endpoint confirmed at /v1/oauth/token (League OAuth2 Server). No authorization endpoint, discovery document or scope reference is published, so…

Paths & Operations 10

Across 10 paths, the API surfaces 10 operations — 9 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

catalog 10

Public read access to experiences and categories.

GET
/v1/store/events
List bookable experiences
listEvents 8 params → 200
GET
/v1/store/events/{permalink}
Retrieve one experience by permalink
getEvent 2 params → 200404
GET
/v1/store/events/{permalink}/similar
List experiences similar to a given one
listSimilarEvents 6 params → 200
POST
/v1/store/events/{id}/pricings
Calculate pricing for a ticket selection
calculateEventPricing 1 param body → 200405
GET
/v1/store/events/{id}/add-ons
List purchasable add-ons for an experience
listEventAddOns 1 param → 200500
GET
/v1/store/events/{id}/calendar
Retrieve the availability calendar for an experience
getEventCalendar 1 param → 200500
GET
/v1/store/categories
List experience categories
listStoreCategories 1 param → 200
GET
/v1/categories
List categories with SEO landing-page content
listCategories → 200
GET
/v1/store/suppliers/{id}/subdomain
Resolve a supplier's white-label subdomain
getSupplierSubdomain 1 param → 200404
GET
/v1/store/metrics/{resource}/{id}
Record a storefront metric for a resource
recordMetric 2 params → 200422

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are Event (41 properties), Instance (11 properties), Category (7 properties), Photo (6 properties). Each schema is shown below with its type and property counts.

Money
object
Monetary amount in minor units plus a locale-formatted string.
3 properties
CategoryPage
Category
object
7 properties
Event
object
An experience description (object: EventMetaData) — the sellable product, distinct from its scheduled instances.
41 properties
Instance
object
A single scheduled occurrence (date) of an experience.
11 properties
Error
object
The generic Apiato error envelope. Observed verbatim on a 404: {"message":"The requested Resource was not found.","errors":[]}.
2 properties
ListMeta
object
3 properties
ValidationError
object
The 422 validation envelope, observed verbatim from POST /v1/register.
4 properties
Photo
object
6 properties
Supplier
object
The partner/host that runs an experience.
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

konfetti-catalog-api-openapi.yml Raw ↑

Other APIs konfetti publishes across the network.

konfetti account API
konfetti auth API
konfetti checkout API
konfetti requests API