Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

API Documentation

Jisu Son edited this page Dec 30, 2019 · 1 revision

* 아직 Swagger를 안달아서 일단 여기에 정리했어요!

POST /login

  • Request Body
{
    "socialId": 123, // long type
    "name": "string",
    "socialType": "KAKAO" // enum type (KAKAO, GOOGLE, APPLE)
}
  • Response Body
{
    "token": "string",
    "userId": 123 // long type
}
Clone this wiki locally