Secured Signing API

<back to all web services

DocumentValidationRequest

The following routes are available for this service:
GET/Document/Validation/{DocumentReference}validate documentVerifies the signatures in document. The document may not be found due to it being removed from Secured Signing according to our data retention policy.
DocumentValidationRequest Parameters:
NameParameterData TypeRequiredDescription
DocumentReferencepathstringYesDocument reference
DocumentValidationResponse Parameters:
NameParameterData TypeRequiredDescription
SignaturesformList<VerifySignature>No
DocumentURLformstringNo
DocumentNameformstringNo
VerifySignature Parameters:
NameParameterData TypeRequiredDescription
isValidformboolNo
SignatureTimeformstringNo
UserformstringNo
SignerformVerifiedSignerResponseNo
VerifiedSignerResponse Parameters:
NameParameterData TypeRequiredDescription
FirstNameformstringYesFirst name of user
LastNameformstringYesLast name of user
EmailformstringYesEmail address of user
SignerTypeformstringNoRole of signer in signing process
MobileNumberformstringNoMobile number of signer, for SMS secured forms. Must include the mobile carrier code e.g. Australia 04, New Zealand 027 or 021 etc
MobileCountryformstringNoMobile Country code for phone number e.g. Australia 61, New Zealand 64 etc
HasSignedformbooleanNoUser signing status
TitleformstringNo
ReasonformstringNo
CompanyformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /Document/Validation/{DocumentReference} HTTP/1.1 
Host: api.securedsigning.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Signatures":[{"isValid":false,"SignatureTime":"String","User":"String","Signer":{"FirstName":"String","LastName":"String","Email":"String","SignerType":"String","MobileNumber":"String","MobileCountry":"String","HasSigned":false,"Title":"String","Reason":"String","Company":"String"}}],"DocumentURL":"String","DocumentName":"String"}