v11

latestOpenAPI 3.1.12026-08-03174162.0 MB
Events

Create a new event

post/events

Request body

namestring required

The title of the event shown to attendees

slugstring

URL-friendly slug for the event. If not provided, will be automatically generated from the name. Must be unique and between 3 and 100 characters

descriptionstring required

Detailed description of the event

visibility'PUBLIC' | 'PRIVATE' | 'SCHEDULED' | 'PASSCODE' | 'CANCELLED' required

Who can see the event

currency'AED' | 'ALL' | 'AMD' | 'ANG' | 'AOA' | 'ARS' | 'AUD' | 'AWG' | 'AZN' | 'BAM' | 'BBD' | 'BDT' | 'BGN' | 'BHD' | 'BIF' | 'BMD' | 'BND' | 'BOB' | 'BRL' | 'BSD' | 'BTN' | 'BWP' | 'BZD' | 'CAD' | 'CHF' | 'CLP' | 'CNY' | 'COP' | 'CRC' | 'CVE' | 'CZK' | 'DJF' | 'DKK' | 'DOP' | 'DZD' | 'EGP' | 'ERN' | 'ETB' | 'EUR' | 'FJD' | 'FKP' | 'GBP' | 'GEL' | 'GHS' | 'GIP' | 'GMD' | 'GNF' | 'GTQ' | 'GYD' | 'HKD' | 'HNL' | 'HUF' | 'IDR' | 'ILS' | 'INR' | 'ISK' | 'JMD' | 'JOD' | 'JPY' | 'KES' | 'KGS' | 'KHR' | 'KMF' | 'KRW' | 'KWD' | 'KYD' | 'KZT' | 'LAK' | 'LBP' | 'LKR' | 'LRD' | 'LSL' | 'LYD' | 'MAD' | 'MDL' | 'MGA' | 'MKD' | 'MNT' | 'MOP' | 'MUR' | 'MVR' | 'MWK' | 'MXN' | 'MYR' | 'NAD' | 'NGN' | 'NIO' | 'NOK' | 'NPR' | 'NZD' | 'OMR' | 'PAB' | 'PEN' | 'PGK' | 'PHP' | 'PKR' | 'PLN' | 'PYG' | 'QAR' | 'RON' | 'RSD' | 'RWF' | 'SAR' | 'SBD' | 'SCR' | 'SEK' | 'SGD' | 'SHP' | 'SLE' | 'SRD' | 'SVC' | 'SZL' | 'THB' | 'TJS' | 'TMT' | 'TND' | 'TOP' | 'TRY' | 'TTD' | 'TWD' | 'TZS' | 'UAH' | 'UGX' | 'USD' | 'UYU' | 'UZS' | 'VND' | 'VUV' | 'WST' | 'XAF' | 'XCD' | 'XOF' | 'XPF' | 'ZAR' | 'ZMW' | 'ZWL' required

Three-letter ISO 4217 currency code used for ticket prices

urlstring uri

External URL for the event website or ticket page

entryStartsAtstring required

Wall clock time when event entry begins (no timezone, displays same everywhere)

entryEndsAtstring required

Wall clock time when event entry ends (no timezone, displays same everywhere)

publishAtstring required

Wall clock time when the event becomes publicly visible (no timezone)

locationRevealAtstring

Deprecated. Use location.sendAt for customer access and location.publishAt for scheduled public address visibility.

entryInstructionsstring

Deprecated. Use location.instructions for customer-facing arrival instructions.

promoterIdstring required

Promoter organizing the event. Must belong to the team.

metadataobject

Flexible key-value metadata storage for custom configuration. Similar to Stripe's metadata API. Maximum 50 keys, key names up to 40 characters, values up to 500 characters.

genresstring[]

Music genres for the event (1-5 genres)

categoriesstring[]

Event characteristics like vibe, venue type, and amenities (up to 10)

featuredboolean

Whether this event is an editorial pick

passcodestring

Passcode for protected access to the event

locationIdstring

ID of an existing location. Either locationId or googlePlaceId must be provided.

googlePlaceIdstring

Google Place ID to create a new location from. Either locationId or googlePlaceId must be provided.

Example request

{
  "name": "Test Event",
  "slug": "test-event",
  "description": "This is only a test...",
  "visibility": "PUBLIC",
  "currency": "AUD",
  "url": "https://example.com",
  "entryStartsAt": "2026-08-04T06:13:52",
  "entryEndsAt": "2026-08-05T06:13:52",
  "publishAt": "2026-08-03T06:13:52",
  "images": {
    "mobile": {
      "src": "https://assets.session.services/my-image.jpg",
      "alt": "My Image",
      "width": 1080,
      "height": 1080
    },
    "desktop": {
      "src": "https://assets.session.services/my-image.jpg",
      "alt": "My Image",
      "width": 1080,
      "height": 1080
    }
  },
  "promoterId": "pmt_01jqpjksnsen9vprw95et60t2m",
  "genres": [
    "Tech House",
    "Melodic Techno"
  ],
  "categories": [
    "Day Party",
    "Open Air",
    "Free Entry"
  ],
  "featured": true,
  "locationId": "loc_01jqpjksnsen9vprw95et60t2m",
  "googlePlaceId": "ChIJN1t_tDeuEmsRUsoyG83frY4"
}

Response

OK

Example response

{
  "event": {
    "id": "evt_01jps5cgsenjrazw6wswmyspa3",
    "createdAt": "2026-08-03T06:13:52.214Z",
    "updatedAt": "2026-08-03T06:13:52.214Z",
    "name": "Test Event",
    "slug": "test-event",
    "description": "This is only a test...",
    "approval": "APPROVED",
    "status": "UPCOMING",
    "visibility": "PUBLIC",
    "currency": "AUD",
    "url": "https://example.com",
    "entryStartsAt": "2026-08-04T06:13:52",
    "entryEndsAt": "2026-08-05T06:13:52",
    "publishAt": "2026-08-03T06:13:52",
    "images": {
      "mobile": {
        "src": "https://assets.session.services/my-image.jpg",
        "alt": "My Image",
        "width": 1080,
        "height": 1080
      },
      "desktop": {
        "src": "https://assets.session.services/my-image.jpg",
        "alt": "My Image",
        "width": 1080,
        "height": 1080
      }
    },
    "geohash": "r3gx1",
    "location": {
      "id": "loc_01hk153x00eh99pagyydz03sbz",
      "googlePlaceId": "ChIJP3Sa8ziYEmsRUKgyFmh9AQM",
      "createdAt": "2026-08-03T06:13:52.214Z",
      "updatedAt": "2026-08-03T06:13:52.214Z",
      "name": "Watson's EQ",
      "address": "The, Entertainment Quarter, 1 Bent St, Moore Park NSW 2021, Australia",
      "city": "Moore Park",
      "state": "New South Wales",
      "postcode": "2021",
      "country": "Australia",
      "latitude": -33.8944593,
      "longitude": 151.2252255,
      "timeZone": "Australia/Sydney",
      "types": [
        "establishment",
        "point_of_interest",
        "stadium"
      ],
      "description": "Historic outdoor amphitheater known for summer concerts",
      "image": {
        "src": "https://assets.session.services/my-image.jpg",
        "alt": "My Image",
        "width": 1080,
        "height": 1080
      },
      "venue": {
        "image": {
          "src": "https://assets.session.services/my-image.jpg",
          "alt": "My Image",
          "width": 1080,
          "height": 1080
        }
      }
    },
    "promoterId": "pmt_01jqpjksnsen9vprw95et60t2m",
    "genres": [
      "Tech House",
      "Melodic Techno"
    ],
    "categories": [
      "Day Party",
      "Open Air",
      "Free Entry"
    ],
    "featured": true,
    "likes": 42
  }
}