/tokenAsk AIpost https://streamlabs.com/api/v2.0/tokenRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Query 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 11 months ago