At https://platform.trylath.com
Every operation is POST /<product>/<name>. There are no other verbs and no path parameters: the input is the JSON body, and the key names the environment, so there is nothing about where to act that can be left out.
Authenticate with Authorization: Bearer <key>. A request without one answers 401 unauthenticated rather than pretending the route does not exist.
Replies are an envelope — activityId for the write, result for the operation’s own output. Errors carry a code, a message and a fix.
Create an account, cap the month, send — no key needed for the first call.
Last modified on September 13, 2026