For the complete documentation index, see llms.txt. This page is also available as Markdown.

Events

List Events

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageinteger · int32 · min: 1Optional
perPageinteger · int32 · min: 1 · max: 100Optional
querystringOptional
sortstringOptional
sortDirstring · enumOptionalPossible values:
Responses
200

List of events

application/json
totalRowsnumberOptional
pagenumberOptional
perPagenumberOptional
get/events

Create Event

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstringOptional

The unique ID of the Event. Ignored when creating new events.

eventTypestringOptional

The type of Event.

dealIdstringOptional

The deal ID this event is associated with

addressstring · nullableOptional

The address

notestring · nullableOptional

A note about this event

canceledboolean · nullableOptional

Whether the event has been canceled

Responses
200

Details about the new Event

application/json
idstringOptional

The unique ID of the Event. Ignored when creating new events.

eventTypestringOptional

The type of Event.

dealIdstringOptional

The deal ID this event is associated with

addressstring · nullableOptional

The address

notestring · nullableOptional

A note about this event

canceledboolean · nullableOptional

Whether the event has been canceled

post/events

Retrieve Event

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Event

Responses
200

Details about the event

application/json
idstringOptional

The unique ID of the Event. Ignored when creating new events.

eventTypestringOptional

The type of Event.

dealIdstringOptional

The deal ID this event is associated with

addressstring · nullableOptional

The address

notestring · nullableOptional

A note about this event

canceledboolean · nullableOptional

Whether the event has been canceled

get/events/{id}

Update Event

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Event

Body
idstringOptional

The unique ID of the Event. Ignored when creating new events.

eventTypestringOptional

The type of Event.

dealIdstringOptional

The deal ID this event is associated with

addressstring · nullableOptional

The address

notestring · nullableOptional

A note about this event

canceledboolean · nullableOptional

Whether the event has been canceled

Responses
200

The updated event

application/json
idstringOptional

The unique ID of the Event. Ignored when creating new events.

eventTypestringOptional

The type of Event.

dealIdstringOptional

The deal ID this event is associated with

addressstring · nullableOptional

The address

notestring · nullableOptional

A note about this event

canceledboolean · nullableOptional

Whether the event has been canceled

put/events/{id}

Delete Event

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

ID of the Event

Responses
204

No Content

No content

delete/events/{id}

No content

Last updated

Was this helpful?