2.1 발신프로필 인증토큰 요청
API 정보 |
URL: /kakao/profile/token 기능: 프로필 등록을 위한 카카오 인증 토큰 요청 방식: POST Content-Type:application/json; charset=utf-8 |
|||
요청 파라미터 | ||||
key | key 2 | data type | optional | description |
bizId | String | N | bizppurio id | |
apiKey | String | N | api 발급 key | |
phoneNumber | String | N | 토큰을 수신할 휴대폰번호(Yellow ID 의 핸드폰번호와 일치 하여야 한다) | |
yellowId | String | N | 프로필 등록할 YellowID(@ID) | |
반환 값 | ||||
key | key 2 | data type | optional | description |
code | String | N | 결과 코드 | |
message | String | Y | 실패 시 결과 메시지 |
※ 카카오톡으로 토큰이 발급된다.
2.1.1 예제
[Request] : https://kapi.ppurio.com/kakao/profile/token
{
"code" : "200",
"message" : ""
}
[Response]
{
"code" : "200",
"message" : ""
}
댓글
댓글 0개
이 문서에는 댓글을 달 수 없습니다.