get https://api.widsign.com/v2/service/notify
서비스에 등록된 알림 URL 을 조회합니다.
RESPONSE EXAMPLE
{
// 서비스계정 번호
"svc_owner_id": 100070,
// 전송알림 URL
"send": "http://yourdomain/send",
// 계약완료 URL
"complete": "http://yourdomain/complete",
// 작성거절 URL
"reject": null,
}