웹훅 정보 가져오기

특정 설문(form_id)의 모든 웹훅 정보를 가져올 수 있습니다.

[GET] https://api.moaform.com/v1/forms/{form_id}/webhooks

 

요청

Path Parameters

KeyDescription
form_id필수.설문의 고유 ID

 

응답

KeyTypeDescription
items[object] 
↳ idstring웹훅의 고유 ID
↳ endpointstring웹훅 endpoint URL
↳ enabledboolean웹훅 활성 여부
↳ secretstring비밀 코드
↳ verify_sslbooleanEndpoint SSL 인증서 검증 여부
↳ retention_daysinteger재전송 제한 일수
↳ created_atstring웹훅 생성 일시
↳ updated_atstring웹훅 수정 일시