패스워드 찾기 이메일 인증

get authentication-code

GET http://api.phopo.best/api/email-authen

payload description

Query Parameters

Name
Type
Description

action

integer

'value - 1002'

email

string

'이메일 형식에 맞춰서 작성 ex) email@naver.com'

회원 가입이 된 이메일 일 경우 해당 이메일로 인증 코드 발송
{
    "payload": {
        "registration": true,
        "code": "6706"
    },
    "message": "Send success"
}

Last updated

Was this helpful?