Skip to main content

List holds

GET 

https://api.tickettailor.com/v1/holds

Returns a paginated list of holds

Request

Query Parameters

    limit string

    The number of items to retrieve

    event_id string

    A string representing the event ID

    created_at integer

    Unix timestamp filter that returns items with matched created_at value.

    created_at.gt integer

    Unix timestamp filter that returns items with created_at greater than given value.

    created_at.gte integer

    Unix timestamp filter that returns items with created_at greater than or equal given value.

    created_at.lt integer

    Unix timestamp filter that returns items with created_at less than given value.

    created_at.lte integer

    Unix timestamp filter that returns items with created_at less than or equal given value.

    updated_at integer

    Unix timestamp filter that returns items with matched updated_at value.

    updated_at.gt integer

    Unix timestamp filter that returns items with updated_at greater than the given value.

    updated_at.gte integer

    Unix timestamp filter that returns items with updated_at greater than or equal to the given value.

    updated_at.lt integer

    Unix timestamp filter that returns items with updated_at less than given value.

    updated_at.lte integer

    Unix timestamp filter that returns items with updated_at less than or equal given value.

Responses

A successfully returned list of holds

Schema
    data object[]
  • Array [
  • objectstring
    idstring

    A unque identifier for the hold

    created_at
    datestring

    ISO-8601 date for the created timestamp of the hold

    formattedstring

    A formatted date string for the created timestamp of the hold

    isostring

    ISO-8601 date and time for the created timestamp of the hold

    timestring

    Time of the created timestamp of the hold

    timezonestring

    Timezone offset for the created timestamp of the hold

    unixinteger

    Unix timestamp for when the hold was created

    event_idstring

    ID of the event that the hold belongs to

    notestring

    A note for the hold

    total_on_holdinteger

    Total number of tickets on hold

    updated_at
    datestring

    ISO-8601 date for the updated timestamp of the hold

    formattedstring

    A formatted date string for the updated timestamp of the hold

    isostring

    ISO-8601 date and time for the updated timestamp of the hold

    timestring

    Time of the updated timestamp of the hold

    timezonestring

    Timezone offset for the updated timestamp of the hold

    unixinteger

    Unix timestamp for when the hold was updated

    quantities object[]

    Hold quantities for each of the associated ticket type ID

  • Array [
  • ticket_type_idstring

    Ticket type ID

    quantityinteger

    Number of held tickets of this type

  • ]
  • ]
  • links object
    nextstringnullable
    previousstringnullable

Authorization: http

name: BasicAuthtype: httpdescription: Use base64 encoded api key created in Ticket Tailor dashboard.
scheme: basic
curl -L 'https://api.tickettailor.com/v1/holds' \
-H 'Accept: application/json' \
-H 'Authorization: Basic PHVzZXJuYW1lPjo8cGFzc3dvcmQ+'
Request Collapse all
Base URL
https://api.tickettailor.com
Auth
Parameters
— query
— query
— query
— query
— query
— query
— query
— query
— query
— query
— query
— query