GET
/
customer_docs
/
{id}
curl --request GET \
  --url https://dev.cardinalgray.com/customer_docs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "entryId": "<string>",
  "status": "pending",
  "signature_requirement": "ron",
  "urls": {
    "Title_Application": "<string>",
    "VIN_Verification": "<string>",
    "Odometer_Disclosure": "<string>",
    "Address_Change": "<string>",
    "OHV_Bill_of_Sale": "<string>",
    "Registration": "<string>",
    "POA": [
      "<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

Response

200
application/json
Successful response
entryId
string
status
enum<string>
Available options:
pending,
failure,
complete
signature_requirement
enum<string>

The state signature requirement for power of attorney.

Available options:
ron,
esign,
wetsign,
wetnotary
urls
object