인증
Last updated
Was this helpful?
Was this helpful?
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-05-21T00:10:00.634Z",
"updatedAt": "2026-05-21T00:10:00.634Z"
},
"token": {
"access": "text",
"refresh": "text"
}
},
"error": {
"errorCode": "INTERNAL_ERROR",
"message": "text"
}
}