Headers
Name | Description | Required |
x-api-key | 고객사 API key | O |
Body Params
Name | Type | Description | Required |
uniqueId | string | 사용자를 구분하기 위해 부여된 고유한 아이디 | O |
userId | string | 화면에 표시하기 위한 사용자의 아이디 또는 닉네임 | O |
point | int | 고객사 앱 내에서 현재 보유한 포인트 | O |
phoneNumber | string | 사용자 핸드폰 번호(또는 이메일 필수) | X |
email | string | 사용자의 이메일(또는 핸드폰 번호 필수) | X |
name | string | 사용자 이름 | X |
joinedAt | date | 사용자의 고객사 서비스 회원가입일시 | X |
Response
Name | Description |
token | 사용자에게 발급된 JWT |