Skip to main content
POST
Create watchlist item

Authorizations

apikey
string
header
required

Your Eventory API key. Sent as the apikey request header.

Body

application/json

Optional filters and options. Omit a field to keep the server default.

website
string
required

Platform to monitor, e.g. ticketmaster.

Example:

"ticketmaster"

event
string
required

Event identifier on that platform.

Example:

"0200642CF18CAA24"

region
string
required

Region or market, e.g. US.

Example:

"US"

min_price_filter
number | null

Ignore tickets priced below this.

max_price_filter
number | null

Ignore tickets priced above this.

min_avg_price_threshold
number | null
max_avg_price_threshold
number | null
stock_threshold_filter
integer | null

Minimum available stock to notify on.

stock_threshold_filter_max
integer | null

Maximum available stock to notify on.

seat_quantity
integer | null

Number of contiguous seats wanted.

priority
integer | null
section
string | null

Restrict to a section name.

keywords
string | null
date_filter
string | null
row_filter
string | null
change_type
enum<string> | null
default:stock_increase

Which change triggers a notification. The stream enforces this server-side.

Available options:
stock_increase,
price_decrease,
price_increase,
null
standard_tickets
boolean | null
resale_tickets
boolean | null
general_admission_tickets
boolean | null
platinum_tickets
boolean | null
no_restricted_view
boolean | null
no_accessibility
boolean | null
no_presale
boolean | null
auto_add_to_watchlist
boolean | null
task_active
boolean | null

Whether monitoring for this item is active.

muted_until
string<date-time> | null

Suppress notifications until this time.

notes
string | null
tm_did
string | null

Ticketmaster device id.

roles_json

Pass-through JSON; treat as opaque.

webhook_setting_id
integer | null
role_id
integer | null
website_id
integer | null

Response

Item created.

Optional filters and options. Omit a field to keep the server default.

id
integer
required

Assigned on create. Use it in the URL path.

client_id
integer
required

The account that owns this item.

created_at
string<date-time>
required
updated_at
string<date-time>
required
deleted
boolean
required

Soft-delete flag

website
string
required

Platform to monitor, e.g. ticketmaster.

Example:

"ticketmaster"

event
string
required

Event identifier on that platform.

Example:

"0200642CF18CAA24"

region
string
required

Region or market, e.g. US.

Example:

"US"

min_price_filter
number | null

Ignore tickets priced below this.

max_price_filter
number | null

Ignore tickets priced above this.

min_avg_price_threshold
number | null
max_avg_price_threshold
number | null
stock_threshold_filter
integer | null

Minimum available stock to notify on.

stock_threshold_filter_max
integer | null

Maximum available stock to notify on.

seat_quantity
integer | null

Number of contiguous seats wanted.

priority
integer | null
section
string | null

Restrict to a section name.

keywords
string | null
date_filter
string | null
row_filter
string | null
change_type
enum<string> | null
default:stock_increase

Which change triggers a notification. The stream enforces this server-side.

Available options:
stock_increase,
price_decrease,
price_increase,
null
standard_tickets
boolean | null
resale_tickets
boolean | null
general_admission_tickets
boolean | null
platinum_tickets
boolean | null
no_restricted_view
boolean | null
no_accessibility
boolean | null
no_presale
boolean | null
auto_add_to_watchlist
boolean | null
task_active
boolean | null

Whether monitoring for this item is active.

muted_until
string<date-time> | null

Suppress notifications until this time.

notes
string | null
tm_did
string | null

Ticketmaster device id.

roles_json

Pass-through JSON; treat as opaque.

webhook_setting_id
integer | null
role_id
integer | null
website_id
integer | null