Refresh Token
GET
https://api.ssojet.com/api/v1/accesstoken/refresh
Access Token Refresh
Request
https://api.ssojet.com/api/v1/accesstoken/refresh
Response
{
"type": "object",
"properties": {
"authenticated": {
"type": "boolean"
},
"oauth": {
"type": "object",
"properties": {
"access_token": {
"type": "string"
},
"refresh_token": {
"type": "string"
},
"expires_at": {
"type": "string"
},
"token_type": {
"type": "string"
}
}
},
"user": {
"type": "object",
"properties": {
"created_at": {
"type": "string"
},
"updated_at": {
"type": "string"
},
"issuer": {
"type": "string"
},
"user_id": {
"type": "string"
},
"identifier": {
"type": "string"
},
"email": {
"type": "string"
},
"last_login_at": {
"type": "string"
}
}
}
}
}
Response Status Code
Request
Query Params
client_id
string
required
Example:
string
refresh_token
string
required
Example:
string
Header Params
User-Agent
string
required
Example:
SSOJET API
Content-Type
string
optional
Default:
application/json
Request samples
Responses
Modified at 2024-07-22 11:12:11