Skip to main content

Authentication Reference

Welcome to the Streams Platform API documentation.

Getting Started

The Streams Platform API allows you to programmatically manage your widgets, content, and analytics.

Base URL

https://api.streams.com/v1

Authentication

All API requests require authentication using an API key:

Authorization: Bearer YOUR_API_KEY

Quick Example

Here's a simple example to get your organization info:

curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.streams.com/v1/organization

What's Next?

More API endpoints will be documented here as we expand the reference.