Markefanへログインする
HTTP種類 : POST
URL : [BASE URL]/SpringRest/account/user/login
パラメータ
HTTP戻り値 : JSON
JSON戻り値 例:
{
"code": 200,
"message": "LOGIN SUCCESS",
"status": "OK",
"generatedId": null,
"generatedIds": null,
"statusObject": "OK",
"account": {
"accountId": null,
"name": "",
"companyName": "",
"companyUrl": null,
"creationDate": null
},
"user": {
"userId": null,
"name": "",
"firstName": "",
"lastName": "",
"role": null
},
"auth": {
"accessToken": "",
"tokenType": "bearer",
"refreshToken": "",
"expiresIn": 3000,
"scope": "[read, trust, write]"
}
}サンプルコード
呼び出し方法
Last updated