Signature Collection
Signature Status
Gets the status of signature requests for a loan, including both e-sign and wet-sign statuses
GET
/
sign
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe entry ID for the loan
Response
200 - application/json
entryId
string
The entry ID for the loan
status
enum<string>
Status of the request
Available options:
success
, failure
wet_sign_statuses
object[]
Array of wet-sign shipping statuses
e_sign_statuses
object[]
Array of e-signature statuses