v2

Params

Param name Description
page
optional

Page index

Validations:

  • Must be a Integer

per
optional

Items per page

Validations:

  • Must be a Integer

investor_id / promoter_id
required

It could be either investor or promoter ID

Validations:

  • Must be a String

id
required

Requested contact ID

Validations:

  • Must be a String

Examples

{
  "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
  }
}

Errors

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