| Param name | Description |
|---|---|
|
page
optional |
Page index Validations:
|
|
per
optional |
Items per page Validations:
|
|
investor_id / promoter_id
required |
It could be either investor or promoter ID Validations:
|
|
id
required |
Requested contact ID Validations:
|
{
"data": {
"id": "contact-uuid",
"name": "Name",
"lastname": "Last",
"matriname": "Matriz",
"relationship": null,
"email": "example@example.com",
"receives_email": false,
"phone_number": null,
"phone_number_extension": null,
"mobile_number": null
}
}
| Code | Description |
|---|---|
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Internal Server Error |