Webhook 엔드포인트
여러 Webhook 수신지를 만들고 이벤트 유형을 구독하며 서명 비밀키를 안전하게 교체할 수 있습니다.
핵심 사항
- 운영 엔드포인트 URL은 공개 HTTPS여야 합니다. enabled_events로 수신 이벤트를 제한합니다.
- 각 서명 비밀키를 안전하게 보관하고 원본 본문의 서명을 검증한 후 처리하세요.
- 비밀키 교체 시 중첩 기간을 두고 더 이상 사용할 수신지는 비활성화하세요.
예시
text
POST /v1/webhook_endpoints
GET /v1/webhook_endpoints
GET /v1/webhook_endpoints/{endpoint_id}
POST /v1/webhook_endpoints/{endpoint_id}
DELETE /v1/webhook_endpoints/{endpoint_id}
POST /v1/webhook_endpoints/{endpoint_id}/rotate_secret