/tokenAsk AIpost https://streamlabs.com/api/v2.0/tokenQuery Paramsgrant_typestringrequiredThe grant type of this request. Will be authorization_code or refresh_token depending on which is accompanying this request.client_idstringrequiredThe client_id of your application.client_secretstringrequiredThe client_secret of your application.redirect_uristringrequiredThe redirect_uri of your application.codestringThe code received from an /authorize response. Required if grant_type is authorization_code.refresh_tokenstringThe refresh_token received from a previous /token response. Required if grant_type is refresh_token.Responses 200200 400400Updated 10 months ago