Skip to main content
To create a ticket, send a POST request to /tickets:
Required fields:
  • lineId - ID of the line to create the ticket in
  • firstName - Visitor’s first name (2-50 characters)
Optional fields:
  • lastName - Visitor’s last name (max 50 characters)
  • phoneNumber - Phone number with optional + prefix (5-20 digits)
  • email - Visitor’s email address (max 100 characters)
  • languageCode - Language code, e.g. “en”, “es” (2-5 characters, default: “en”)
  • source - MANUAL, NAME, or MICROSITE (default: MANUAL)
  • fields - Array of custom input fields with inputFieldId (UUID) and value (max 500 characters) or optionIds
  • labels - Array of labels with value
Response (201 Created):

Input Fields

To use the fields parameter, you first need to discover the available input field IDs for the location. See the Input Fields query for details.

Error Responses