이메일 인증
get authentication-code
GET http://api.phopo.best/api/email-authen
Query Parameters
Name
Type
Description
action
integer
''value - 1001'
string
'이메일 형식에 맞춰서 벨류 작성 ex) asd@naver.com'
{
"payload": {
"duplication": true,
"code": "7960"
},
"message": "Duplicate email"
}{
"payload": {
"duplication": false,
"code": "9664"
},
"message": "Send success"
}{
"error": {
"message": "Send it in a bundle name 'sending'"
}
}{
"error": {
"<required key>": "<required key> field is required"
...
...
...
}
}{
"error": {
"email": "Not an email pattern"
}
}{
"payload": {},
"message": "not find action value"
}Last updated
Was this helpful?