Documentation Index

Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

사전예약 인증번호 확인

Prev Next

사전예약 인증번호 확인 API

사전 예약자에게 발송된 인증 번호와 입력된 인증 번호가 일치하는지 확인하는 API

Request

  • Method : POST
  • URI : https://gamepot.apigw.ntruss.com/gpapps/v2/phone/verify
POST
url : https://gamepot.apigw.ntruss.com/gpapps/v2/phone/verify
Header : 'content-type: application/json'
data:
{
	"projectId":"ab2775b4-cf09-4794-XXXX-XXXXXXXXXXXX",
	"categoryId":"b062a3f3-0a37-44d1-XXXX-XXXXXXXXXXXX",
	"code":"61XX",
	"to":"010XXXXXXX",
	"store":"google"
}
Attribute Type Required Description
projectId String - GamePot SDK의 projectId
categoryId String - GamePot 사전 예약 페이지의 categoryId
code String - 수신 받은 인증 번호
to String - SMS 인증 번호를 수신 받는 연락처
store String - 스토어 ( google, one, apple )

Response

성공

{
    "code": 200,
    "error": "인증을 성공했습니다."
}
Attribute Type Description
code Int 결괏값 (200: 성공, 404: 실패)
error String 오류 메시지

실패

{
    "code": 404,
    "error": "이미 등록된 번호 입니다."
}
Attribute Type Description
code Int 결괏값 (1: 성공, 실패 시 Error code 참고)
error String 오류 내용