Skip to content

Queue document details for verification

POST
/api/verification/queue

Submits details to the Verification API for verification based on the type. Returns an ID to check processing results later.

Authorizations

bearer
TypeHTTP (bearer)

Request Body

JSON
{
"type": "string",
"data": {
"licenseTradeType": "string",
"licenseNumber": "string",
"qualifiedParty": "string",
"licenseeName": "string",
"licenseeAddress": "string",
"locationWhereLicenseIsValid": {
"state": "string",
"county": "string",
"city": "string",
"zipCode": "string"
},
"serviceType": "string",
"effectiveDate": "string",
"expiryDate": "string",
"verifyingWebsite": "string",
"isMatch": true
}
}

Responses

Successfully queued document
application/json
JSON
{
"success": true,
"id": "string"
}

Playground

Authorization
Body
JSON

Samples