v1

latestOpenAPI 3.0.2서비스 이용약관2026-07-265758331.1 KB
Kakao

브랜드 메시지 템플릿 상세 조회

특정 브랜드 메시지 템플릿의 상세 정보를 조회합니다. 템플릿 타입, 본문, 버튼, 대체문자 정보를 함께 제공합니다.

get/v2/messages/kakao/send-profiles/{sendProfileId}/brand-message-templates/{templateCode}

Path parameters

sendProfileIdstring required
Example:@bizmsg_official

조회할 템플릿이 속한 카카오 채널(발신 프로필) ID입니다.

templateCodestring required
Example:tpl_bm_123456

조회할 템플릿 코드입니다.

Response

조회 결과입니다. 오류가 발생해도 HTTP 200으로 응답하므로, 실패 시 본문의 code와 errorCode를 확인하세요.

codenumber

응답 코드

messagestring

응답 메시지

Example response

{
  "code": 200,
  "message": "성공",
  "data": {
    "templateId": "tpl_bm_123456",
    "templateCode": "BM_TEMPLATE_20240515001",
    "templateName": "신규 회원 가입 환영 메시지",
    "messageType": "BMT",
    "status": "APPROVED",
    "rejectionReason": null,
    "fallback": {
      "senderNumber": "01012345678",
      "type": "SMS",
      "message": "#{고객명}님, 브랜드 메시지를 대신해 문자로 안내드립니다.",
      "title": null,
      "images": null,
      "isAd": false,
      "groupId": null
    },
    "createdAt": "2024-05-15T09:30:00Z",
    "updatedAt": "2024-05-16T10:20:00Z",
    "approvedAt": "2024-05-16T10:20:00Z"
  }
}