Skip to main content

Tonic CheckIn API (1.0)

Download OpenAPI specification:Download

Tonic CheckIn API

API to allow clients to checkin

Check In

header Parameters
authorization
required
string

Contains bearer followed by bearer token

Request Body schema: application/json
required
Array of objects
async
boolean

Whether to be proccessed on queue or not. Note when using async you will not recieve a confirmation of ticket being chacked in.

Responses

Request samples

Content type
application/json
{
  • "tickets": [
    ],
  • "async": false
}

Response samples

Content type
application/json
Example
{
  • "check_ins": [
    ]
}

Check Out

header Parameters
authorization
required
string

Contains bearer followed by bearer token

Request Body schema: application/json
required
Array of objects
async
boolean

Responses

Request samples

Content type
application/json
{
  • "tickets": [
    ],
  • "async": false
}

Response samples

Content type
application/json
{
  • "check_outs": [
    ]
}

Get Event Occurrences

path Parameters
event
required
string
Example: 60001c4569308525d873cbd7

Event ID

query Parameters
item_date_from
required
string <date> 2023-01-21

Event Date From

item_date_to
required
string <date>
Example: item_date_to=2023-04-21

Event Date To

header Parameters
authorization
required
string

Contains bearer followed by bearer token

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "responseTime": "string"
}

Update Purchase

Update details of the purchase

path Parameters
purchase_id
required
string

ID of the purchase.

Request Body schema: application/json
comments
string

Responses

Request samples

Content type
application/json
{
  • "comments": "string"
}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "responseTime": "2023-04-18T11:24:41+01:00"
}