GET
/
insights
/
{id}
/
rpc-shareholders
curl --request GET \
  --url https://api.syntage.com/insights/{id}/rpc-shareholders \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "name": "FOO BAR, S.A. DE C.V.",
      "rfc": "PEIC211118IS0",
      "shares": 12345,
      "percentage": 100
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Your API key is available in the Production and Sandbox dashboards.

Path Parameters

id
string
required

RFC (Registro Federal de Contribuyentes)

Required string length: 12 - 13
Example:

"PEIC211118IS0"

Response

200
application/json

RPC Shareholders

The response is of type object.