Signature Collection
Collect Signatures
Dispatches signature requests for all borrowers on a loan
POST
/
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 signature request creation
Available options:
success
, failure