Skip to main content

Contacts

Overview

You can get your contact list with this API request.
Contact will be used in sign flow, to send document to.
Then that person will receive sign request and will sign or reject.

API detail

Request

  • URL: /contact/list
  • Method: GET

Response

Success

  • Status code: 200
  • Body:
{
"data": [
{
"id": 1,
"email": "your.contact@legale.io",
"company_email": "",
"firstname": "John",
"lastname1": "de",
"lastname2": "Doe",
"rut": null,
"phone": "56933445566",
"country_code": "CL",
"ipaddress": null,
"owner": "owner.email@legale.io",
"created_at": "2021-10-19T16:05:44.158662Z",
"updated_at": "2021-10-19T16:05:44.158662Z",
},
],
"code": null,
"message": "",
}