You can send events straight to Tranthor’s Segment-compatible HTTP API. This is handy when you’d prefer to skip an external connector such as our Segment source.Documentation Index
Fetch the complete documentation index at: https://docs.tranthor.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
Tranthor’s REST interface uses the same schema as Segment’s HTTP API.Authentication
Tranthor’s REST API authenticates using Write Keys. Find yours in the dashboard at/dashboard/settings#write-key-title.
Include write keys as an HTTP Authorization: Basic ... header in your requests. It’s safe to include this write key in your
client (e.g. your web client javascript payload).
For example, you can use the following to submit an identify request to our demo workspace:

