REST API Endpoints

Stream - Generate developer token

post

Endpoint for generation of a token for a developer (consumer) connection

Authorizations
x-api-keystringRequired
dev-idstringRequired
Header parameters
dev-idstringRequired

your developer ID

x-api-keystringRequired

your API key

Responses
chevron-right
200

Successful response

application/json
tokenstringOptionalExample: cG9RvLY5.yvKm778XMIPm1ig93BJEoRCVGHzlrBNjzWdeXePTaMM
post
/auth/developer

Stream - Generate user token

post

Endpoint for generation of a token for a user (producer) connection

Authorizations
x-api-keystringRequired
dev-idstringRequired
Query parameters
idstringOptional

The ID of the user to generate a token for

Header parameters
dev-idstringRequired

your developer ID

x-api-keystringRequired

your API key

Responses
chevron-right
200

Successful response

application/json
tokenstringOptionalExample: OTYwNWFi5ZWQMTAxMjg0Y2Qw.gzrPzZcS3Gy8QDOxbiPRwu30PTB3VxW0eE
post
/auth/user

Was this helpful?