GET
/
verifications
/
{verification-id}
/
details
Obtener estatutos de las actas por el ID de Verificacion
curl --request GET \
  --url https://api.gotrebol.com/verifications/{verification-id}/details
{
  "fields": {
    "business_name": {
      "value": "TREBOL OPCO S.A. DE C.V."
    },
    "tax_id": {
      "value": "SAG160927GIA"
    }
  },
  "verification": {
    "id": "c8dc41fc-c477-404e-aff7-b9074f86d6d1",
    "tag": "etiqueta",
    "status": "pending"
  }
}

Path Parameters

verification-id
string
required

El ID único de la verificación

Response

200 - application/json

Detalles de la verificación recuperados exitosamente.

The response is of type object.