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

Headers

x-api-key
string
required

API key needed to authorize the request

Path Parameters

instanceId
string
required

Event instance ID

Response

Event instance retrieved successfully

The response is of type object.