GET
/
verifications
/
{verification-id}
/
shareholders
curl --request GET \
  --url https://api.gotrebol.com/verifications/{verification-id}/shareholders \
  --header 'x-api-key: <api-key>'
"<any>"

Authorizations

x-api-key
string
header
required

Path Parameters

verification-id
string
required

El ID de la verificación.

Response

200 - application/json
Accionistas de la verificación recuperados exitosamente.

The response is of type any.