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: