API 공통 가이드
최종 수정일: 2024-08-08
API 사용 사전 준비
1
회원 가입
2 카카오 채널 인증
https://business.kakao.com 에서
채널 비즈니스 인증
3 API 사용 신청 및 승인
주요 오류 코드
This API uses the following error codes
400 ( Bad Request )
The request was maiformed or missing required parameters.
401 ( Unauthorized )
The API key provided was invalid or missing
404 ( Not Found )
The requested resource was not found.
500 ( Internal Server Error )
An unexpected error occurred on the server.
공통 설정
• Base URL
https://api.nitsoft.co.kr
• Header
-H 'accept: application/json' \
-H 'x-api-key: {api-key}\
-H 'Content-Type:application/json'\