> ## Documentation Index
> Fetch the complete documentation index at: https://gateway.developer.alltalk.co.kr/llms.txt
> Use this file to discover all available pages before exploring further.

# Gateway

> 운영팀 안내를 받은 고객사 전용 발송 채널입니다.

<Warning>
  **본 채널은 운영팀에서 별도로 안내받은 고객사 전용입니다.**

  안내받지 않으셨다면 \*\*[기본 발송 API](https://developer.alltalk.co.kr/api-reference/messaging/alimtalk)\*\*를 사용해 주세요.
  임의 호출 시 인증 실패 또는 의도치 않은 차감이 발생할 수 있습니다.
</Warning>

## 도메인

```
https://gateway.alltalk.co.kr
```

## 엔드포인트

| 메서드  | 경로                                        | 설명                    |
| ---- | ----------------------------------------- | --------------------- |
| GET  | [/channel/sender/token](/channel)         | 발신프로필 발급용 인증토큰 요청     |
| POST | [/channel/sender](/channel)               | 발신프로필(senderKey) 발급   |
| GET  | [/channel/sender](/channel)               | 발신프로필 조회              |
| POST | [/channel](/channel)                      | 채널 등록                 |
| GET  | [/channel](/channel)                      | 채널 목록·단건·수정·삭제        |
| POST | [/alimTalk](/alimtalk)                    | 알림톡 발송                |
| GET  | [/result/:id](/result)                    | 단건 발송 결과 조회           |
| GET  | [/result/sendGroup/:sendGroupId](/result) | sendGroup 단위 일괄 결과 조회 |

<Note>
  본 채널은 발송 결과가 비동기로 확정됩니다. 발송 응답에는 `DHN_PENDING`(접수 완료) 상태가 들어 있으며,
  최종 결과는 약 5분 이내 자동 갱신됩니다. 결과 확인은 [`GET /result/:id`](/result) 를 사용하세요.
</Note>

## 문의

* 이메일: **[support@alltalk.co.kr](mailto:support@alltalk.co.kr)**
* 인증 정보(`apikey`, `groupId`), 발신프로필 키는 운영팀 안내 메일을 참고하세요.
