Access Token By Auth Code
GET
https://api.ssojet.com/api/v1/sso/oauth/accesstoken
Access Token By Auth Code
Request
Response
{
"access_token": "string",
"token_type": "string",
"expires_in": "integer",
"refresh_token": "string",
"scope": "string"
}
Response Status Code
Request
Query Params
code
string
required
Example:
string
client_id
string
required
Example:
string
state
string
required
Example:
string
Header Params
Content-Type
string
optional
Default:
application/json
User-Agent
string
optional
Default:
SSOjet/1.0.0 (https://ssojet.com)
Request samples
Responses
Modified at 2024-07-22 11:12:27