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

Eventzilla Checkout API

Checkout workflow operations

Eventzilla Checkout API is one of 7 APIs that Eventzilla publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Checkout. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 4 operations across 4 paths, and defines 16 schemas. It is described by OpenAPI 3.0.3, at version 2.0.

Requests are made against a single base URL, https://www.eventzillaapi.net/api/v2.

4 operations 4 paths 16 schemas 1 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0
Base URL
https://www.eventzillaapi.net/api/v2/
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Eventzilla Checkout API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 4

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

Checkout 4

Checkout workflow operations

GET
/checkout/prepare/{eventid}/{dateid}
Prepare checkout session
prepareCheckout 2 params → 200
POST
/checkout/create
Create checkout
createCheckout body → 200
POST
/checkout/fillorder
Fill order details
fillOrder body → 200
POST
/checkout/confirm
Confirm checkout
confirmCheckout body → 200

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are CheckoutConfirmResponse (9 properties), CheckoutFillOrderResponse (8 properties), TicketTypeOption (8 properties), CheckoutCreateResponse (8 properties). Each schema is shown below with its type and property counts.

CheckoutTicket
object
3 properties
CheckoutFillOrderRequest
object
6 properties 6 required
Question
object
7 properties
PaymentOption
object
2 properties
AnswerItem
object
2 properties
CheckoutPrepareResponse
object
6 properties
Tax
object
3 properties
BuyerDetails
object
3 properties
CheckoutFillOrderResponse
object
8 properties
CheckoutConfirmResponse
object
9 properties
CheckoutCreateResponse
object
8 properties
CheckoutCreateRequest
object
4 properties 3 required
TicketTypeOption
object
8 properties
TicketSelection
object
2 properties
TicketFillItem
object
5 properties
CheckoutConfirmRequest
object
6 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

eventzilla-checkout-api-openapi.yml Raw ↑

Other APIs Eventzilla publishes across the network.

Eventzilla Attendees API
Eventzilla Categories API
Eventzilla Events API
Eventzilla Tickets API
Eventzilla Transactions API
Eventzilla Users API