Holded integration (Finance, Productivity). Imported from open-connector.
https://api.holded.com/api/v2/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| phone | string | optional | Filter contacts by exact phone number. |
| mobile | string | optional | Filter contacts by exact mobile number. |
| string | optional | Filter contacts by exact email address. | |
| code | string | optional | Filter contacts by exact tax identification code. |
| customId | string | optional | Filter contacts by exact external custom identifier. |
| cursor | string | optional | Opaque pagination cursor returned by Holded in the previous response. |
| limit | integer | optional | Maximum number of records to return. Holded accepts up to 100. |
/contacts/{contactId}
| Param | Type | Required | Description |
|---|---|---|---|
| contactId | string | required | Holded object identifier. |
/products
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | Opaque pagination cursor returned by Holded in the previous response. |
| limit | integer | optional | Maximum number of records to return. Holded accepts up to 100. |
/products/{productId}
| Param | Type | Required | Description |
|---|---|---|---|
| productId | string | required | Holded object identifier. |