post https://ws.tryterra.co/auth/developer
Endpoint for generation of a token for a developer (consumer) connection
Recipes
📩
Connecting to the Websocket API
Open Recipe
Request Authentication
You must pass both your developer ID and your api key to this request.
This can be done through the
dev-id
andX-API-Key
headers as normal, or alternatively you can use HTTP basic authentication using your developer ID as the username and your api key as the password.