cURL
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" } }
Obtener información detallada sobre los estatutos e información fiscal de la empresa usando el id de la verificación.
El ID único de la verificación
Detalles de la verificación recuperados exitosamente.
The response is of type object.
object
Was this page helpful?