Authorize an OAuth TokenAsk AIpost https://broker-api.sandbox.alpaca.markets/v1/oauth/authorizeThe operation issues an OAuth code which can be used in the OAuth code flow.Body Paramsclient_idstringrequiredOAuth client IDclient_secretstringrequiredOAuth client secretredirect_uristringrequiredredirect URI for the OAuth flowscopestringrequiredscopes requested by the OAuth flowaccount_iduuidrequiredend-user account IDResponses 200Successfully issued a code. 401Client does not exist, you do not have access to the client, or “client_secret” is incorrect. 422Redirect URI or scope is invalid.Updated 6 months ago