Stream - Generate developer token

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 and X-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.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!