Blocked driver licenses prevent reports from being processed for candidates with specific driver license numbers. If a report is created for one of your blocked driver licenses, it will automatically be canceled right away. This feature must be enabled for your account. Each entry pairs a driver license number with its two-letter US state code. Unlike blocked SSNs, blocked driver license numbers are returned in plaintext rather than masked. Use this resource to manage the list of blocked driver licenses for your account.
Retrieve a paginated list of blocked driver licenses for your account. See Pagination.
List of blocked driver licenses
Unauthorized
Forbidden
{- "object": "list",
- "meta": {
- "page": 2,
- "per_page": 25,
- "total_count": 137,
- "total_pages": 6
}, - "data": [
- {
- "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
- "driver_license_number": "D1234567",
- "driver_license_state": "CA",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}
]
}Add a driver license to the blocked list for your account. Reports created for candidates with a blocked driver license will automatically be canceled right away.
required | object |
Blocked driver license was created successfully
Bad Request
Unauthorized
Forbidden
Unprocessable Entity
{- "blocked_driver_license": {
- "driver_license_number": "D1234567",
- "driver_license_state": "CA"
}
}{- "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
- "driver_license_number": "D1234567",
- "driver_license_state": "CA",
- "created_at": "2019-08-24T14:15:22Z",
- "updated_at": "2019-08-24T14:15:22Z"
}Remove a driver license from the blocked list for your account.This won't impact any previously-canceled reports for that driver license. It will allow processing of future reports created for that driver license.
Blocked driver license was deleted successfully
Unauthorized
Forbidden
Not Found
{- "errors": [
- "Not Authenticated"
]
}