List adhoc ID checks
/api/v1/adhoc-id-checks
operationId: adhoc-id-check.list
Base: https://portal.watcheye.com.au/api/v1/adhoc-id-checks
Returns quick (adhoc) identification checks for the calling account. These are one-off checks not tied to a program or entity record.
Actor attribution is via the created_by discriminator (user for a portal launch or
api_key for an API launch). Filter by created_by, created_by_user_uuid or
created_by_api_key_uuid to narrow results.
Query parameters
| Field | Description |
|---|---|
page |
integer The page of results to return, starting at 1. |
per_page |
integer The number of records per page (defaults to 30, max 500). |
filter[id_type] |
string Only ID checks of the given document type. |
filter[check_type] |
string Only records of the given check type. The endpoint description lists the values. |
filter[outcome] |
string Only records with the given outcome. The endpoint description lists the values. |
filter[created_by] |
string Only records created by the given kind of actor: |
filter[created_by_user_uuid] |
string (uuid) Only records created by the given portal user. |
filter[created_by_api_key_uuid] |
string (uuid) Only records created by the given API key. |
filter[checked_after] |
string (date-time) Inclusive lower bound on |
filter[checked_before] |
string (date-time) Inclusive upper bound on |
sort |
string The field to sort by, prefixed with |
Responses
Paginated adhoc ID check list
application/json
| Field | Description |
|---|---|
data |
array of objects |
data[]. |
string (uuid) |
data[]. |
string |
data[]. |
string |
data[]. |
string |
data[]. |
string |
data[]. |
string |
data[]. |
string |
data[]. |
string or null |
data[]. |
string or null |
data[]. |
string (date-time) or null |
data[]. |
object or null Identifies who launched the adhoc ID check. The
|
data[]. |
string Discriminator for the actor type. |
data[]. |
string (uuid) UUID of the user or API key that launched the check. |
data[]. |
string Username of the portal user. Present only when |
data[]. |
string Label of the API key. Present only when |
data[]. |
object Present only when |
data[]. |
string (uuid) The IDPass identifier. Use it with the show, image and PDF endpoints. |
data[]. |
string Where the individual is in the hosted flow:
The last four are terminal. See the IDPass section of the guide. |
data[]. |
string or null The outcome once
|
data[]. |
string or null The hosted link the individual opens to complete their verification. Treat it as opaque - pass it on as-is and do not parse or rebuild it. |
data[]. |
string Path to the full IDPass resource (GET /v1/idpasses/{uuid}). |
meta |
object |
meta. |
integer |
meta. |
integer |
meta. |
integer |
meta. |
integer |
api_reference |
string (uuid) |