| Param name | Description |
|---|---|
|
page
optional |
Page index Validations:
|
|
per
optional |
Items per page Validations:
|
{
'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
}
}
| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Server Error |