
이용자의 전화번호(휴대전화, 일반전화, 인터넷전화)를 노출하지 않고 임시 안심번호를 사용하게 하여 이용자의 개인정보 유출을 방지할 수 있는 API입니다.
API 신청을 하시면 담당자가 회원님께 직접 연락을 드리겠습니다.
안심번호 사용기간과 매핑 제한과 가격
안심번호 사용기간 |
안심번호 매핑 제한 |
가격 |
3일 |
1,000건 / 월 |
무료 |


API url과 요청 파라메터가 설정되어있으며 사용자는 원하는 파라메터를 입력하면됩니다.
인증의 경우 발급받으신 client key를 입력하시면 됩니다.
import java.io.IOException;
public class usage_example {
public static void main(String[] args) throws IOException {
//api request method
String httpmethod = "GET";
//api url
String url
String clientKey = "CLIENT_KEY";
ApistoreTestClient client = new ApistoreTestClient();
String response = client.httpApistoreTest(url, httpmethod,
clientKey, parameter);

* 필수 파라메터

일일 테스트 발송량 20건
전화번호 : 01012345467
안심번호 : 05024581685
사용기간 : 2014.07.23 14:05 ~ 2014.07.25 14:05