---
title: "Authorize (Stream -> DSP)"
method: GET
path: "/stream-dsp/v1/authorize"
---

# Authorize (Stream -> DSP)

`GET /stream-dsp/v1/authorize`

You will have to build this endpoint into your system. This is where Stream will initiate the oAuth process.

## Query parameters

- `client_id` string, required
- `response_type` 'code', required
- `redirect_uri` string, required

## Response `200`

## Other responses

- `3XX` — Redirects to existing authorization page
- `2XX` — Responds with HTML authorization page

---

[API](https://skmtc.net/meet-jenna/apis/become-a-stream-dsp.md) · [All operations](https://skmtc.net/meet-jenna/apis/become-a-stream-dsp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meet-jenna/become-a-stream-dsp/revisions/a5d965f37379/schema)
