These docs are for v1.0. Click to read the latest docs for v2.0.

Obtain an access_token

1. Click the arrow pointed URL, and add your desired scopes

1920

2. Approve the app, and you will the the code

1919

3. Got the code

475

4. Get the access_token

Send a post request to https://streamlabs.com/api/v1.0/token to get the access_token

1626
#sample code:
curl --request POST "https://streamlabs.com/api/v1.0/token" -d "grant_type=authorization_code&client_id=<client_id>&client_secret=<client_secret>&redirect_uri=<redirect_uri>&code=<code>"