GET
/
identityDocuments
/
verifications
/
{id}
curl --request GET \
  --url https://api.sandbox.sardine.ai/v1/identityDocuments/verifications/{id}
{
  "verificationId": "d67fc8a6-d930-4857-882d-00000000000",
  "status": "complete",
  "documentData": {
    "type": "driver_license",
    "number": "S1585910",
    "dateOfBirth": "1981-02-17",
    "dateOfIssue": "2020-02-16",
    "dateOfExpiry": "2025-02-17",
    "issuingCountry": "US",
    "firstName": "PARIS WHITNEY",
    "middleName": "",
    "lastName": "HILTON",
    "gender": "female",
    "address": "936 SE Dolphin Dr, Stuart, Florida 34996"
  },
  "verification": {
    "riskLevel": "high",
    "forgeryLevel": "low",
    "documentMatchLevel": "not_applicable",
    "imageQualityLevel": "high",
    "faceMatchLevel": "not_applicable"
  }
}

Path Parameters

id
string
required

ID of KYC

Query Parameters

type
string

Type of request. Set to custom if you build your own UI to capture photos, secure.me if you use au10tix Web UI, mobilesdk if you use au10tix native mobile SDK

sessionKey
string

uuid that identifies the given customer session or transaction

customerId
string

ID for Customer

Response

200 - application/json
OK
verificationId
string

ID of Verification

status
string

Status of check

documentData
object
verification
object