GET
/
verification-items
/
{id}
Obtener un item de verificación por ID
curl --request GET \
  --url https://api.gotrebol.com/verification-items/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": 26600,
  "item_order": 3,
  "item_status": "complete",
  "item_type": "ac_mx",
  "item_internal_status": "classification_failed",
  "item_value": {
    "value": "itemCustomed"
  },
  "user_event_completed_at": "2025-09-23T03:30:32Z",
  "user_event_name": "add_item",
  "user_event_reason": "item created without a file_url",
  "tag": null,
  "item_scope": "advanced",
  "tags": {
    "uploaded-from": "webapp-creation-business"
  },
  "original_file_url": "https://files.staging.gotrebol.com/66b4b55e-0e4f-42ec-9727-2bff88965562/26600_original_file.pdf?response-content-type=application%2Fpdf&response-content-disposition=inline&Expires=1758902113&Key-Pair-Id=K2O2X5EIJK95L0&Signature=X0if4WzR23I0s61h~gW2s-92nGNXhQBHZp9bxl42HqMSMO1VYpybLmhtygyJfx5OvZL4NSoYHTYfH7-yZv02lRwtNSI~xYFAVVxPPFROzwblK66LwymsQWAE0xvwtI98eWQKBWop3rgHADqrUGIm1RBa2qm3Ydlj2HVtWmsrVn2OTMtnIuoyI50Z8iYmx6hcPLul6SazK4h18MMRRi5xnsa2shrGs36rLyRFlnDBObRFJBKmkH4Dn27PuCVrXQRHQwRUIyRCQAiLGSuVKDp~iWZqTld6qgDQOkq-0A54dv0r8O6hYZ5fPyX1ufeIJeaKaGKjKC9qAiOWl~wQe6-w9g__"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

El ID único del item de verificación

Response

Item de verificación obtenido exitosamente

id
number
item_status
string
item_order
number
item_type
string
item_value
object

Estructura depende de item_type. Ver guía en /guia-devs/respuestas-por-tipo-de-item

item_error
string | null
item_internal_status
string | null
item_options
object | null
item_ui_options
object | null
validation_result
object | null
user_event_completed_at
string | null
user_event_name
string | null
user_event_reason
string | null
tag
string | null
item_scope
string | null
original_file_url
string | null