{
"notiType": "contract",
"method": "created",
"reason": ""
"corpId": "CO.l9ZohLN20I",
"corpRegNum": 3148158360
"brandId": "BR.i3gC1762pT"
}
{
"notiType": "chatbot",
"method": "created",
"reason": ""
"corpId": "CO.l9ZohLN20I",
"corpRegNum": 3148158360
"brandId": "BR.i3gC1762pT"
}
{
"notiType": "messagebaseform",
"method": "created",
"reason": ""
"corpId": "CO.l9ZohLN20I",
"corpRegNum": 3148158360
"brandId": "BR.i3gC1762pT"
}
{
"notiType": "template",
"method": "created",
"reason": ""
"corpId": "CO.l9ZohLN20I",
"corpRegNum": 3148158360
"brandId": "BR.i3gC1762pT"
}
{
"notiType": "format",
"method": "created",
"reason": ""
"corpId": "CO.l9ZohLN20I",
"corpRegNum": 3148158360
"brandId": "BR.i3gC1762pT"
}
{
"notiType": "brand",
"method": "created",
"reason": ""
"corpId": "CO.l9ZohLN20I",
"corpRegNum": 3148158360
"brandId": "BR.i3gC1762pT"
}
{
"notiType": "autoreplymsg",
"method": "created",
"reason": ""
"corpId": "CO.l9ZohLN20I",
"corpRegNum": 3148158360
"brandId": "BR.i3gC1762pT"
}
{
"notiType": "agencykey",
"method": "created",
"reason": ""
"corpId": "CO.l9ZohLN20I",
"corpRegNum": 3148158360
"brandId": "BR.i3gC1762pT"
}
{
"notiType": "formatbr",
"method": "created",
"reason": ""
"corpId": "CO.l9ZohLN20I",
"corpRegNum": 3148158360
"brandId": "BR.i3gC1762pT"
}
{
"notiType": "logo",
"method": "created",
"reason": ""
"corpId": "CO.l9ZohLN20I",
"corpRegNum": 3148158360
"brandId": "BR.i3gC1762pT"
}
status
string
O
200 : 성공적으로 알림을 수신하였을 경우 응답합니다. 400 : 대행사 측 청약이 우선 처리되지 않은 상태에서 'contract'가 전달된 경우 필히 응답되어야 합니다.
object
code
string
message
string
{
"status": "200",
"error": {
"code": "",
"message": ""
}
}
{
"status": "400",
"error": {
"code": "69999",
"message": "No Subscription"
}
}
error code는 RCS Biz Center - Response body error code 참조
대행사에서 등록한 수신서버 URL을 통해 RBC에서 발생하는 데이터의 등록/수정/삭제 이벤트 정보를 전달합니다.
등록/수정/삭제 알림 대상은 다음과 같습니다.
RBC에 등록된 대행사 계정 정보 상에 대행사가 직접 등록한 수신서버(Webhook) URL 정보입니다.
POST /{webhookUrl} HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 108
{
"notiType": "text",
"corpId": "text",
"corpRegNum": "text",
"brandId": "text",
"method": "rejected",
"reason": "text"
}