📄
lee
  • Initial page
  • API
  • 이메일 인증
    • 이메일 인증
    • 패스워드 찾기 이메일 인증
  • 회원가입 및 신규 패스워드
    • 소셜 계정
    • 회원가입
    • 신규 패스워드
  • 로그인
    • 토큰 발급(로그인)
    • 토큰 인증(자동 로그인)
  • 마이페이지
    • 유저 마이페이지
    • 마이페이지
  • 댓글
    • 댓글
  • 알림
  • 좋아요
  • 게시글(사진)
  • 패스워드
  • 신고
  • 스크랩
    • 스크랩 페이지
    • 스크랩
  • 태그
  • 검색
  • 최근검색어
  • 유저
  • 규칙
Powered by GitBook
On this page

Was this helpful?

  1. 이메일 인증

이메일 인증

get authentication-code

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

Query Parameters

Name
Type
Description

action

integer

''value - 1001'

email

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"
}

Previous이메일 인증Next패스워드 찾기 이메일 인증

Last updated 5 years ago

Was this helpful?