v2

Params

Param name Description
id
required

Requested investor ID

Validations:

  • Must be a String

Examples

{
  'data': {
    'id': 'investor-uuid',
    'sequential_id': 41,
    'code': null,
    'comment': null,
    'name': 'Name',
    'lastname': 'Example',
    'matriname': null,
    'full_name': 'Name Example ',
    'company': false,
    'company_name': null,
    'person_type': 'Persona física',
    'nationality': null,
    'translated_nationality': null,
    'national_id_number': null,
    'phone_number': null,
    'phone_number_extension': null,
    'mobile_number': '5200000000000',
    'gender': null,
    'dob': null,
    'human_readable_dob': null,
    'email': 'example@email.com',
    'admission_date': null,
    'balance': {
        'mxn': '2200000.00',
        'usd': '0.00'
    },
    'active_investment_amount': 1,
    'promoter_id': 'promoter-uuid',
    'created_at': '2026-04-15 - 16:19',
    'updated_at': '2026-04-16 - 17:53',
    'created_by_full_name': 'Name Example ',
    'country': null,
    'country_translated': null,
    'is_financial_entity': false,
    'prospect_id': null,
    'user_created': false,
    'document_type': null,
    'document_number': null,
    'marital_status': null,
    'account_statement_password': null,
    'access_keys_sent': false,
    'extra_fields_attributes': [
        {
            'id': 'extra-field-uuid',
            'value': null,
            'label': 'Categoría',
            'input_type': 'select',
            'options': [
                'Tipo A',
                'Tipo B',
                'Tipo C'
            ],
            'key': 'key_58MN'
        }
    ],
    'subsidiary_id': null,
    'subsidiary_name': null,
    'deletable': false,
    'promoter': {
        'id': 'promoter-uuid',
        'sequential_id': 1,
        'name': 'Name',
        'lastname': 'Example',
        'matriname': null,
        'full_name': 'Name Example',
        'company': true,
        'company_name': 'Name Example',
        'person_type': 'Persona moral',
        'email': 'example@email.com',
        'phone_number': null,
        'phone_number_extension': null,
        'mobile_number': null,
        'gender': null,
        'dob': null,
        'tax_number': null,
        'base_commission': '0.00',
        'organization_id': 'organization-uuid',
        'investors_attracted': 29,
        'nationality': null,
        'translated_nationality': null,
        'active_investors_amount': {
            'mxn': '44551476.81',
            'usd': '0.00'
        },
        'created_at': '2022-09-26 - 18:03',
        'updated_at': '2025-10-13 - 21:46',
        'created_by_full_name': 'Name Example ',
        'country': null,
        'country_translated': null,
        'is_financial_entity': false,
        'subsidiary_id': null,
        'extra_fields_attributes': [
            {
                'id': 'extra-field-uuid',
                'value': null,
                'label': 'Sucursal',
                'input_type': 'select',
                'options': [
                    'Polanco',
                    'Puerta de hierro',
                    'Garza Sada'
                ],
                'key': 'key_30VZ'
            }
        ],
        'subsidiary_name': null
    },
    'contacts': []
  }
}

Errors

Code Description
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error