특정 설문(form_id
)의 모든 웹훅 정보를 가져올 수 있습니다.
[GET] https://api.moaform.com/forms/{form_id}/webhooks
요청
Path Parameters
Key | Description |
---|---|
form_id | 필수.설문의 고유 ID |
응답
Key | Type | Description |
---|---|---|
items | [object] | |
↳ id | string | 웹훅의 고유 ID |
↳ endpoint | string | 웹훅 endpoint URL |
↳ enabled | boolean | 웹훅 활성 여부 |
↳ secret | string | 비밀 코드 |
↳ verify_ssl | boolean | Endpoint SSL 인증서 검증 여부 |
↳ retention_days | integer | 재전송 제한 일수 |
↳ created_at | string | 웹훅 생성 일시 |
↳ updated_at | string | 웹훅 수정 일시 |