{ "access_token": "string", "token_type": "string", "expires_in": "integer", "refresh_token": "string", "scope": "string" }
curl --location --request GET 'https://api.ssojet.com/api/v1/sso/oauth/accesstoken?code=string&client_id=string&client_id=&state=string' \ --header 'User-Agent: SSOjet/1.0.0 (https://ssojet.com)' \ --header 'Content-Type: application/json'
{}