Developers

Bulk create guest list

2 min read
Try this endpoint live with your API key.
POST
Bulk create guest list
Send date plus either blob (tab/newline format) or admissionGroups array; optional type GUEST_LIST, attributionId, eventId, inventoryId.
https://api.tablelist.com/2025-03/venues/{venueId}/admission-groups/bulk-create-guest-list
Authorization
Path Parameters
Header Parameters
Request Body
cURL
curl --request POST \ \
  --url "https://api.tablelist.com/2025-03/venues/{venueId}/admission-groups/bulk-create-guest-list"
Response
Run a request to see the response.

Send date plus either blob (tab/newline format) or admissionGroups array; optional type GUEST_LIST, attributionId, eventId, inventoryId.

  • Method: POST
  • Path: /venues/{venueId}/admission-groups/bulk-create-guest-list
  • Operation ID: bulkCreateGuestList
  • Tags: Admission Groups

Path Parameters

NameTypeRequiredDescription
venueIdstringYes

Header Parameters

NameTypeRequiredDescription
x-tl-api-keystringYes

Request Body

application/json

Schema: object

FieldTypeRequiredDescription
typestringNo
datestringYes
blobstringNo
admissionGroupsarray<object>No
attributionIdstringNo
eventIdstringNo
inventoryIdstringNo

Responses

201

Bulk-write style result (shape varies).

  • Content-Type: application/json
    • Schema: object

default

unexpected error

  • Content-Type: application/json
    • Schema: object
FieldTypeRequiredDescription
messagestringYes
errorsarray<object>Yes
errorDataobjectNo