GET
/
sign
/
{id}
curl --request GET \
  --url https://dev.cardinalgray.com/sign/{id} \
  --header 'Authorization: Bearer <token>'
{
  "entryId": "<string>",
  "status": "success",
  "wet_sign_statuses": [
    {
      "send_shipment_id": "<string>",
      "return_shipment_id": "<string>",
      "send_status": "unknown",
      "return_status": "unknown"
    }
  ],
  "e_sign_statuses": [
    {
      "txnID": "<string>",
      "status": "sent",
      "signer": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The entry ID for the loan

Response

200
application/json
Successful response
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