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 requests API

Lead-capture endpoints for date and private-event requests.

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

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

This API exposes 5 operations across 5 paths. It is described by OpenAPI 3.1.0, at version v1.

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

5 operations 5 paths 0 schemas 1 GET4 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 requests 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 5

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

requests 5

Lead-capture endpoints for date and private-event requests.

POST
/v1/store/events/{id}/subscribe
Subscribe an email address to an experience
subscribeToEvent 1 param body → 200405
POST
/v1/store/date-requests
Request alternative dates for an experience
createDateRequest body → 201
GET
/v1/store/date-requests/{id}/similar-events
List experiences similar to a submitted date request
listDateRequestSimilarEvents 2 params → 200
POST
/v1/store/private-event-requests
Request a private / corporate team event
createPrivateEventRequest body → 201405
POST
/v1/store/customers/subscribe-newsletter
Subscribe an email address to the konfetti newsletter
subscribeNewsletter body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

konfetti-requests-api-openapi.yml Raw ↑

Other APIs konfetti publishes across the network.

konfetti account API
konfetti auth API
konfetti catalog API
konfetti checkout API