cURL
curl --request GET \ --url https://api.gotrebol.com/verifications/{verification-id}/shareholders \ --header 'x-api-key: <api-key>'
{ "shareholders": [ { "name": "ACME LLC", "share_percentage": 60 }, { "name": "Juan Pérez", "share_percentage": 40 } ], "capital": { "total_value": 1000000, "currency": "MXN" }, "source": { "document": "acta_constitutiva" }, "verification": { "id": "c8dc41fc-c477-404e-aff7-b9074f86d6d1", "tag": "etiqueta", "status": "pending" } }
Obtener la lista de accionistas asociados con una empresa usando el id de la verificación.
El ID de la verificación.
Accionistas de la verificación recuperados exitosamente.
The response is of type object.
object
Was this page helpful?