/v1/verifications/List Verifications
Retrieve a paginated list of photo authenticity verifications for your account.
▶View Details
Parameters
| Name | In | Type |
|---|---|---|
| offset | query | integer |
| size | query | integer |
| sort_by | query | string |
| sort_order | query | string |
| search | query | string |
| status | query | string |
| result | query | string |
✓ Response 200 — Paginated list of verifications
| Field | Type |
|---|---|
| items* | object[] |
| total* | integer |
| offset* | integer |
| size* | integer |
| total_pages* | integer |
▶ Example Response
{
"items": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"status": "...",
"results": [
"..."
],
"result": null,
"result_confidence": null,
"raw_metadata": null,
"image_metadata": null,
"rendition_info": null,
"rendition_corrected_info": null,
"raw_photo_hash": null,
"image_photo_hash": null,
"image_thumbnail_url": null,
"name": null,
"short_code": null,
"account_id": "550e8400-e29b-41d4-a716-446655440000",
"updated_at": "2024-01-15T10:30:00Z",
"created_at": "2024-01-15T10:30:00Z"
}
],
"total": 0,
"offset": 0,
"size": 0,
"total_pages": 0
}▶ Error Responses (3)
{
"detail": [
{
"loc": [
"..."
],
"msg": "string",
"type": "string"
}
]
}