Skip to main content

getEvent

Retrieves an event based on its slug

Path Parameters
slug string REQUIRED

Slug

Responses
200

Successfully retrieves the event along with its checkout config

Schema OPTIONAL
id number OPTIONAL
data object OPTIONAL
name string
slug string
image string
description string
attributes object[]
trait_type string
value string
checkoutConfig object OPTIONAL
id string OPTIONAL
name string
by string OPTIONAL
config object
locks object OPTIONAL
createdAt date-time OPTIONAL
updatedAt date-time OPTIONAL
slug string OPTIONAL
400

Invalid input received. Bad request.

Schema OPTIONAL
message string OPTIONAL
error string OPTIONAL
500

Unable to fullfil request due to internal server error.

Schema OPTIONAL
message string OPTIONAL