GET
/
api
/
public
/
events
/
instances
Get event instances by event key
curl --request GET \
  --url https://api.vambe.me/api/public/events/instances \
  --header 'x-api-key: <x-api-key>'
[
  {}
]

Headers

x-api-key
string
required

API key needed to authorize the request

Query Parameters

eventKey
string
required

Event key to filter by

aiCustomerId
string<uuid>

AI Customer ID to filter by (optional)

source
string

Source to filter by (optional)

ticketV2Id
string<uuid>

Ticket V2 ID to filter by (optional)

Response

Event instances retrieved successfully

The response is of type object[].