v2

Params

Param name Description
page
optional

Page index

Validations:

  • Must be a Integer

per
optional

Items per page

Validations:

  • Must be a Integer

Examples

{
  'data': [
    {
        'id': 'investor-uuid',
        'sequential_id': 1,
        'full_name': 'Name Example',
        'balance': {
            'mxn': '1000000.00',
            'usd': '0.00'
        },
        'promoter_id': 'promoter-uuid',
        'promoter': {
            'id': 'promoter-uuid',
        'full_name': 'Name Example ',
        },
        'deletable': false
    }
  ],
  'meta': {
    'count': 1
  }
}

Errors

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