Errors

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

Response

{
  'data': [
    {
      'id': '83314505-2802-47b6-bfbf-baba04beedba',
      'sequential_id': 404,
      'name': 'Horacio',
      'lastname': 'Delao',
      'matriname': 'Gamez',
      'full_name': 'Horacio Delao Gamez',
      'company': false,
      'company_name': null,
      'person_type': 'Persona física',
      'email': 'salvador@rohanhuels.name',
      'phone_number': '3349969535',
      'phone_number_extension': null,
      'mobile_number': '2998144885',
      'gender': 'male',
      'dob': null,
      'tax_number': null,
      'base_commission': '1.00',
      'organization_id': '1b75708d-1358-437f-8f46-e2cc24c9bf42',
      'investors_attracted': 0,
      'nationality': null,
      'translated_nationality': null,
      'active_investors_amount': {
        'mxn': '0.00'
      },
      'created_by_full_name': 'José Luis Duran Nava',
      'country': null,
      'country_translated': null,
      'is_financial_entity': false
    },
    ...
  ],
  'meta': {
    'count': 5
  }
}

Params

Param name Description
page
optional

Page index

Validations:

  • Must be a Integer

per
optional

Items per page

Validations:

  • Must be a Integer