Plantify
/
결제 API
/
Payment API
/
/v1/user/search?username={}
Share
/v1/user/search?username={}
Description
유저 이름으로 유저 아이디 받기
Method
GET
Request
Param
username
:
String
JSON
복사
Response
Body
// SUCCESS
2
// FAIL
{
"status"
:
404
,
"message"
:
"사용자를 찾을 수 없습니다."
,
"data"
:
null
}
JSON
복사