This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
x-api-token: ********************curl --location --request GET 'https://api.signater.com/v1/ecm/contacts?IsFavorite&Search&PageSize&PageNumber&OrderByDirection' \
--header 'x-api-token: <api-key>'{
"items": [
{
"id": "260b76d7-51d4-4c0f-ba4c-9bbe4afb2d59",
"createdAtUtc": "2026-02-13T00:19:55.9075012Z",
"createdByName": "John Doe",
"createdByAvatar": "https://example.com/avatar.jpg",
"updatedAtUtc": "2026-02-13T00:19:55.9075013Z",
"updatedByName": "John Doe",
"updatedByAvatar": "https://example.com/avatar.jpg",
"name": "John Doe",
"role": "Confirm",
"title": "Company Director",
"email": "john.doe@example.com",
"phoneIdd": 1,
"phoneNumber": "5555555555",
"documentType": "GenericIdentification",
"documentValue": "123456789",
"isFavorite": true
}
],
"pagination": {
"totalItems": 1,
"pageSize": 10,
"pageNumber": 1,
"pageItems": 1
}
}