POST
/
public
/
v2
/
capture
/
track_event

Authorizations

Authorization
string
headerrequired

Body

application/json

Represents a request to capture a track event.

Attributes: type (Literal[IngestionType.CaptureTrackEvent]): The type of ingestion, set to IngestionType.CaptureTrackEvent. body (CaptureTrackEventBody): The body of the capture track event request.

type
enum<string>
default: capture-track-event
Available options:
capture-track-event
body
object
required

Represents the body of a capture track event.

Attributes: name (str): The name of the record. Optional. properties (Optional[Dict[str, Any]]): Additional properties associated with the record. Optional.

Response

200 - application/json

The response is of type any.