서명하기 URL

진행 중인 계약에 대해서 서명을 하기 위한 뷰어 URL을 리턴합니다.

서명하기 URL 가져오기

POST /rest/api/get-signing-url

진행 중인 계약에 대해서 서명 참여자 기준으로 발급되는 뷰어 url 제공

Headers

Name
Type
Description

apiKey*

String

apiKey

Request Body

Name
Type
Description

contractorId*

Long

서명 참여자 ID

Response Example

{
    "result":"success",               // 결과 정보
    "signingUrl":"https://..."        // 서명하기 url
}

Last updated