인증
마지막 업데이트
도움이 되었나요?
도움이 되었나요?
POST /api/v1/oauth/login HTTP/1.1
Host: openapi.archisketch.com
Content-Type: application/json
Accept: */*
Content-Length: 41
{
"accessKey": "text",
"verifyToken": "text"
}{
"result": "SUCCESS",
"data": {
"user": {
"id": "text",
"origin": "text",
"uid": "text",
"name": "text",
"imageUrl": "text",
"email": "text",
"role": "USER",
"categoryId": "text",
"createdAt": "2026-07-19T13:53:03.605Z",
"updatedAt": "2026-07-19T13:53:03.605Z"
},
"token": {
"access": "text",
"refresh": "text"
}
},
"error": {
"errorCode": "INTERNAL_ERROR",
"message": "text"
}
}