API Changelog
Changelog for the Apideck Unified APIs and connectors: new endpoints, schema updates, breaking changes, and platform improvements over time.
v10.45.0
- Coverage
Added
filter[ids]— a comma-separated list of record ids — to Invoices, Credit Notes and Customers, and mapped it for DDualentry on all three; it was already available on DualEntry Invoice Items. This makes fetching a known set of records possible in one call instead of one request per id. Two DualEntry behaviours are worth knowing: a response returns at most 100 records per page, so a list of more than 100 ids is paged rather than truncated — the filter is preserved across pages; and because a DualEntry invoice's or credit note's unifiedidandnumberare the same value,filter[ids]andfilter[number]address the same field, withfilter[number]taking precedence when both are supplied. The newidsfilter key is declared on the unified Invoices, Credit Notes and Customers filters, so other connectors reject it withUnsupportedFiltersErroruntil mapped.
v10.44.0
- New connector
Added new SSnelstart connector with read and write support for Invoices, Bills, Customers, Suppliers, Invoice Items, Payments and Bill Payments; get-by-id (no listing) and create for Journal Entries; read-only Ledger Accounts, Tax Rates, Bank Accounts, and Company Info; and create-only Bank Feed Statements and Attachments.
v10.43.0
- Coverage
Added list filters for
Zoho Books Journal Entries: filter[start_date]/filter[end_date](posting-date range, inclusive on both ends, new filter keys on the resource),filter[updated_since]andfilter[status](draft/posted). Previously the resource accepted no filters at all, so every sync had to paginate the full ledger. Two behaviours worth knowing:updated_sinceis applied at day granularity in the organization's local timezone and is widened one day back so no modified record is ever missed — expect results to include records modified up to two days before the requested instant, and deduplicate onupdated_atclient-side if the exact cut-off matters; astatusvalue other thandraftorpostedis rejected by Zoho with "Invalid value passed for status" since Zoho journals have no other states. The newstart_date/end_datefilter keys are declared on the unified Journal Entries filter, so other connectors reject them withUnsupportedFiltersErroruntil mapped.
v10.42.0
- Coverage
Added Payment Methods, Projects, Refunds and Sales Receipts support for IIntuit Enterprise Suite — each with full list, get, create, update and delete.
- Coverage
Added 15 new webhook events to IIntuit Enterprise Suite, covering bill payments, classes, estimates, projects, and supplier deletion.
v10.41.0
- New connector
Added new
Twinfield connector (Wolters Kluwer), with full read/write/update/delete support for Ledger Accounts, Customers, Suppliers, Tracking Categories and Projects; read and create support for Bills, Journal Entries, Expenses and Invoices (lists unpaid invoices only; an invoice line's ledger_account.idmust be a profit-and-loss account, andline_items[].descriptionis not preserved — Twinfield derives the line's description from the ledger account it posts to); and read support for Companies, Subsidiaries, Company Info, Payments, Payment Methods, Bill Payments, Tax Rates, Bank Accounts and General Ledger Transactions, plus virtual (polling-based) webhook events across 11 of those resources. Bank Feed Statements supports create only.
v10.40.0
- New connector
Added new RRestaurant365 connector (beta), covering Bills and Credit Notes with read and create support, Journal Entries create support, and read support for Ledger Accounts, Suppliers, Subsidiaries, Company Info, Payments, Bill Payments, Purchase Orders, Locations and Bank Accounts, plus virtual (polling-based) webhook events across 10 of those resources. Connecting requires a Restaurant365-issued account, gated behind their Technology Partner program.
v10.39.0
- New connector
Added new
Freshservice connector (beta) as an auth-only connector: consumers authenticate through Vault with their Freshservice subdomain and API key (HTTP Basic auth — the key acts as the username), after which the full Freshservice v2 API is available through the Proxy API. No unified Issue Tracking resources are mapped, and the API key inherits the permissions of the agent who generated it. Connections are validated against the tenant's ticket list, so the key must come from an agent account that can view tickets.
v10.38.1
- Fix
Fixed
Zoho Books Journal Entries returning some records twice and skipping others when paginating a list. Lists are now ordered by Zoho's entry number, which is unique, rather than by posting date, which is not — so each entry is returned exactly once. Journal entries therefore come back newest-created first; to sort by posting date instead, pass ?pass_through[sort_column]=journal_date&pass_through[sort_order]=D, which reinstates the pagination problem. See the connector gotchas on the resource for detail.
v10.38.0
- Update
NetSuite now supports Refunds — list, get, create, update and delete — joining
QuickBooks and SSage Intacct Rest. Refunds map onto NetSuite's Customer Refund record, which settles money back to a customer against credits they already hold, so a refund is created by listing those credits in allocations[]with theamountto take from each. Four behaviours are worth knowing before you build against it:total_amountis derived from the allocations and is not writable, so a refund sent without them is created for 0; each allocation must reference an **open** credit note, as NetSuite does not offer draft or fully-applied credits for refunding; customer-deposit allocations cannot be expressed on the write side, though they read back correctly withtype: other; and a refund that has been applied cannot be deleted, so unapply or void it in NetSuite instead.numberis assigned by NetSuite and cannot be set on create.
v10.37.0
- Fix
Fixed
NetSuite storing date-only fields one calendar day early for accounts behind UTC. NetSuite has no date-only type on the SOAP wire, so a unified format: datevalue such asinvoice_date: 2026-06-05was expanded to UTC midnight and then resolved against the NetSuite user's time zone — an account on Pacific stored2026-06-04. This affected every date-only write field across Invoices, Bills, Credit Notes, Journal Entries, Payments, Bill Payments, Purchase Orders, Quotes, Expense Reports, Employees and Invoice Items. **No action is required for almost all accounts** — these dates now store on the intended calendar day for any NetSuite integration user between UTC-10 and UTC+13, which covers all but four IANA time zones. Note this changes the instant NetSuite receives for existing connections as well as new ones: the stored calendar day becomes correct across the Americas where it was previously a day early, and is unchanged from UTC to UTC+13 where it was already correct. Four zones need the new optionaltimezoneconnection setting. Three were already wrong and stay wrong without it — UTC-11 (Pago Pago, Niue, Midway), which store a day early. One is a **regression**: an integration user on UTC+14 (Kiritimati) previously stored the correct day and now stores a day late until the setting is applied. Set it to the IANA zone of the user the connection authenticates as, read from that user's Home > Set Preferences > Time Zone (Setup > Company > Company Information only supplies the default). When set, dates are anchored to local midday in that zone and are exact for every zone, including across daylight-saving boundaries. If you set it, use a zone within 12 hours of that user's real one in either direction — more than ~12h east stores dates a day early, more than ~12h west stores them a day late.
v10.36.0
- Coverage
Added new Payment Methods resource with full CRUD support (list, get, create, update, delete). Supported by
QuickBooks and
NetSuite
v10.35.0
- Coverage
Added the optional
source_routing_number,source_account_number,balanceandavailable_balancefields to the Bank Feed Accounts resource. The resource previously described the source bank account bysource_account_idalone, with no attributes attached and no balance fields of any kind —target_account_*describes the destination account inside the accounting platform, not the account being fed.balanceis the current balance andavailable_balanceaccounts for pending transactions and overdraft, matching the naming already used on Bank Accounts. All four are optional and no existing field changed, so current integrations are unaffected. - Coverage
Added the optional
merchant_category_codefield to transactions on the Bank Feed Statements resource — the ISO 18245 merchant category code (MCC) classifying the merchant for a transaction, expected as a four-digit code such as5812. The format is not enforced by the API, matching the other bank identifier fields. Note that this key was already accepted on transaction objects because the transaction schema does not reject unknown properties, but was discarded rather than stored; it is now a declared field.
v10.34.0
- Update
titleon the Opportunity resource no longer carries aminLength: 1constraint and may now be an empty string. Several CRMs permit an opportunity to have no name — HubSpot deals are one case — and the constraint forced connectors to substitute a placeholder rather than report the value the downstream system actually holds.titleremains required and non-nullable, so it is always present; it is an empty string when the connector's source record genuinely has no name. Clients that treattitleas a display label should handle the empty case. The same constraint is relaxed on opportunity writes, so an emptytitleis accepted on create and update where the downstream connector permits it. - Fix
Fixed
HubSpot opportunities omitting the required titlefield entirely when a deal's name is blank. HubSpot's Search API omits blank properties from results, so the mapped response lefttitleunset and violated the response contract — strict clients, including the Apideck SDKs, rejected the whole page and could not paginate past the affected record.titleis now always emitted, falling back to an empty string when HubSpot has no deal name.
v10.33.0
- Coverage
Added new Sales Receipts resource.
- Update
Supported by
QuickBooks; connector-specific tax behavior per country edition is documented as gotchas on the resource.
v10.32.0
- Coverage
Added the List Members operation (
GET /crm/lists/{id}/members) for retrieving the records that belong to a List — previously the Lists resource was metadata-only, exposingrecord_countbut no way to enumerate which records a list contains. Returns a cursor-paginated set of members, each carrying the downstream recordidand itsobject_type. Members are returned as bare ids rather than hydrated records, so resolve them against the resource matching the list'sobject_type(for example Contacts). Supported by
HubSpot; on HubSpot object_typeis alwaysnullbecause the record type is a property of the List rather than of each member — read it once fromGET /crm/lists/{id}and apply it to every member of that list. Members come back sorted by record id ascending, and for dynamic lists the result is a point-in-time snapshot of a saved segment rather than a stored set.
v10.31.0
- Coverage
Added the Migrate Connection operation (
POST /vault/connections/{unified_api}/{service_id}/migrate) for converting a connection from one connector to another while keeping its credentials and connection state (settings, metadata, configuration, subscriptions, consents) — the source connection record is removed without revoking the downstream token, and retries are idempotent (a partially-completed migration resumes where it left off). Available migration targets are declared per connector and exposed asmigration_targetson the Connector API;
QuickBooks ↔ IIntuit Enterprise Suite is the first supported pair, so a QuickBooks Online company upgraded to Intuit Enterprise Suite can be moved to the IES connector with no end-user re-authorization. Note that migrated tokens carry the source connector's OAuth scopes, so target-exclusive operations may require re-authorization. - Coverage
Added the
vault.connection.migratedwebhook event, emitted for the target connection of a migration alongsidevault.connection.created(target) andvault.connection.deleted(source); its payload carriesmigrated_fromwith the source connector'sservice_id, and all three events share the same request id for correlation. - Coverage
Added the optional
migration_targetsfield to the Connector resource — the service ids a connector's connections can be migrated to via the Vault Migrate Connection operation.
v10.30.0
- New connector
Added new SSage Intacct Rest connector, covering Customers, Suppliers, Invoices, Bills, Credit Notes, Payments, Bill Payments, Refunds, Journal Entries, Ledger Accounts, Tax Rates, Quotes, Expenses, Expense Reports, Expense Categories, Invoice Items, Projects, Departments, Locations, Tracking Categories, Subsidiaries, Companies, Company Info, Employees, Bank Accounts, Bank Feed Statements and Attachments, plus virtual (polling-based) webhook events for created, updated and deleted across 13 of those resources.
- Coverage
Added Quotes read and write support for SSage Intacct Rest — the REST API only accepts order-entry document writes on a type-qualified path, and the document type is defined per company, so quotes are resolved against the company's own Order Entry transaction definitions on each request. Requires the Order Entry module permission.
- Update
Financial reports are not available on SSage Intacct Rest. Sage's REST v1 reporting endpoints return downloadable files asynchronously rather than queryable data, so balance sheet, profit and loss, aged debtors and aged creditors are served only by the XML-based
Sage Intacct connector. - Update
Known limitations on SSage Intacct Rest: at most one attachment is visible per record,
sub_totalequalstotalon invoices, bills and credit notes because Sage exposes no pre-tax subtotal, credit note amounts are signed as Sage stores them, thex-apideck-company-idheader has no effect because Sage scopes entities per line rather than per request, andstatusaccepts onlyactiveorinactiveon writes.
v10.29.1
- Coverage
Added the
customer_idfilter to the Invoices, Credit Notes, and Quotes resources for narrowing lists to a single customer. Supported on the
QuickBooks and
NetSuite connectors.
v10.29.0
- New connector
Added new HHaileyhr connector with support for Employees (list, get, create), Companies, Departments, and Time Off Requests (list), plus virtual (polling-based)
hris.employee.created,hris.employee.updated, andhris.employee.terminatedwebhook events.
v10.28.2
- Coverage
Added virtual (polling-based) webhook events support for Orders, Products, and Customers on the
Wix connector, covering create, update, and delete events. Wix has no runtime per-connection webhook-subscription API for API-key connections, so these events are emitted by polling the connector's list endpoints; the connector's previous unbacked nativewebhook configuration has been corrected tovirtual.
v10.28.1
- Coverage
Added native webhook events support for Orders, Products, and Customers on the
BigCommerce connector, covering create, update, and delete events. BigCommerce has no order-deletion event, so ecommerce.order.deletedis emitted when an order is archived (store/order/archived).
v10.28.0
- New connector
Added new JJira Api Token connector for connecting Jira Cloud through a service account (Atlassian email + API token, HTTP Basic auth) instead of OAuth 2.0, with support for Collections, Collection Tickets, Collection Ticket Comments, Collection Users, and Collection Tags resources, plus native webhook events for tickets.
v10.27.0
- Coverage
Added
billed_sinceanddue_sincefilters to the Bills resource for narrowing by document date and due date (on or after,YYYY-MM-DD).billed_sinceis supported on the
Workday, FFortnox, DDualentry,
Campfire, PProcountor Fi, and
Yuki connectors; due_sinceon
Workday, DDualentry, and PProcountor Fi.
v10.26.3
- Coverage
Added the
referencefield to the ExpenseReport resource for parity with the other transactional resources, and extendedreferencefield mapping across the most-used accounting connectors (NetSuite, QuickBooks Online, Xero, Sage Intacct, Sage Business Cloud Accounting, Microsoft Dynamics 365 Business Central, DualEntry) so it round-trips to each connector's document-reference field.
v10.25.3
- New connector
Added new GGithub Enterprise Cloud connector for GitHub Enterprise Cloud tenants with data residency (
*.ghe.com), templating both the API host and all OAuth URLs off the tenant subdomain, with support for Collections, Collection Tickets, Collection Ticket Comments, Collection Users, and Collection Tags resources.
v10.25.2
- Coverage
Added
hris.time-off-request.created,hris.time-off-request.updated, andhris.time-off-request.deletedwebhook events for Time Off Requests. - Coverage
Added webhook events support for Time Off Requests on
Employment Hero connector.
v10.25.1
- Coverage
Added the
pass_throughquery parameter to the list endpoints for Expenses, Expense Categories, Expense Reports, Employees, Departments, Locations, Categories, Companies, Subsidiaries, Quotes, and Attachments, bringing them in line with the other Accounting list endpoints. You can now pass connector-specific query options through to the downstream API on these resources — for example Sage Intacct'sshow_privatefor cross-entity visibility.
v10.25.0
- Coverage
Added new read-only Lists resource (
GET /crm/listsandGET /crm/lists/{id}) representing user-defined static or dynamic collections and segments of CRM records — HubSpot lists, Salesforce list views, Attio lists, ActiveCampaign lists, and Close smart views. Each List surfaces itstype(staticordynamic), theobject_typeit contains (e.g. contacts, companies, opportunities),visibility,record_count, ownership, and timestamps where the downstream API provides them. Supported by
HubSpot,
Salesforce,
Attio,
ActiveCampaign, and
Close.io; connector-specific field availability and pagination behavior are documented as gotchas on the resource.
v10.24.48
- Update
QuickBooks and
NetSuite now populate the normalized metadata.company_idon Connections — the identifier of the authorized organization (QuickBooks realm, NetSuite account) — joining the accounting connectors that already surface it. Becausemetadata.company_idis included on theconnection.updatedwebhook payload, you can detect when a consumer re-authorizes a different organization by diffingmetadata.company_idacross successiveconnection.updatedevents.
v10.24.47
- Coverage
Added
accounting.tracking_category.created,accounting.tracking_category.updated, andaccounting.tracking_category.deletedwebhook events for Tracking Categories. Delivered by
QuickBooks, which maps its native Class entity change notifications to these events.
v10.24.46
- New connector
Added new GGithub Server connector for self-hosted GitHub instances with support for Collections, Collection Tickets, Collection Ticket Comments, Collection Users, and Collection Tags resources
v10.24.45
- Coverage
Added an optional
meta.warningsarray to single-resource (get) responses, surfaced when an optional enrichment step on a multi-step connector returns an error but the overall request still succeeds (HTTP200). Each warning includestype,status_code,error,operation, andmessage, so consumers can detect partial or degraded data instead of treating a missing field as genuinely empty. For example, when
People HR rate-limits the manager lookup while fetching an Employee, the response now reports a downstream_request_failedwarning. PeopleHR also now falls back to the manager details already present on the employee record when that lookup fails, instead of returningmanagerasnull.
v10.24.44
- Coverage
Added read-only
tax_inclusiveboolean to Orders, indicating whether the order's monetary amounts are inclusive of tax. Populated on
BigCommerce,
Shopify, SShopify Public App,
Shopware,
WooCommerce,
Wix , and
Lightspeed
v10.24.43
- Coverage
Added write support (create, update, delete) to
QuickBooks Desktop for Customers, Suppliers, Invoices, Bills, Credit Notes, Payments, Journal Entries, Ledger Accounts, Invoice Items, and Purchase Orders - Coverage
Added filtering and sorting to
QuickBooks Desktop list endpoints across its accounting resources, with cursor-based pagination - Coverage
Added gotchas documenting
QuickBooks Desktop create/update field limitations on Bills, Credit Notes, Invoices, Payments, Purchase Orders, and Suppliers
v10.24.42
- Coverage
Added filters to Quotes: filter by
number,updated_since, andcreated_since. Supported on
NetSuite,
QuickBooks, and IIntuit Enterprise Suite
v10.24.41
- Coverage
Added write support to
SAP S/4HANA Cloud for Customers, Suppliers, Invoices, Journal Entries, Payments, and Bill Payments, and Bills
v10.24.40
- Coverage
- Coverage
v10.24.39
- New connector
Added new HHibob Oauth connector with support for Employees (read, create, update), Departments, and Time Off Requests (read, create, delete). Uses OAuth authentication and virtual webhooks for
hris.employee.created,hris.employee.updated, andhris.employee.terminatedevents
v10.24.38
- Coverage
Added filters to Logs: filter by
path(withpath_match_modeofCONTAINS(default),STARTS_WITH,ENDS_WITH, orEXACT), byhttp_method/http_methods, and by astart_date/end_datetime range. For example,filter[path]=/crm/contacts&filter[path_match_mode]=ENDS_WITHreturns only the list endpoint and excludes per-record detail paths.
v10.24.37
- Coverage
Added optional
subsidiaryfield (LinkedSubsidiary) to Invoices, Bills, Credit Notes, Journal Entries, Payments, and Bill Payments so transaction reads carry legal-entity attribution (id,display_id,name) alongside the existingcompany_idscalar. Populated on
Sage Intacct from MEGAENTITY*. - Fix
Fixed
Sage Intacct Subsidiaries to return only legal entities (Intacct LOCATIONENTITY) instead of all locations, matching the behavior of the Companies endpoint. - Fix
Fixed
Sage Intacct error responses to surface Intacct's native error code and message via downstream_errors[](previously returnednullwith a raw XML dump). Closed-period and validation errors now exposecode: "BL01001973"with the actionable description text. - Fix
Fixed
Sage Intacct Credit Notes to actually create credit memos. Previous behavior sent the unified positive total_amountas-is tocreate_aradjustment, which Intacct interpreted as a debit memo. The connector now negates the line amount on write and normalizes back to positive on read so the consumer's view is unchanged. - Fix
Fixed
Sage Intacct Credit Note updates by dropping basecurr/currencyfrom the update payload — Intacct rejects currency onupdate_aradjustment(currency is create-only) - Coverage
Added new gotchas for
Sage Intacct on Credit Notes (allocation gap + proxy escape hatch), Journal Entries (headers-only list + tracking-category matching), and Locations (returns all LOCATION records vs entity-only)
v10.24.36
- Update
Documented per-tenant, per-country address-field behavior for
SAP SuccessFactors: line1–line5now pass through verbatim from SAP's positionaladdress1–address5,street_numberis not populated, and consumers must compose addresses client-side usingaddresses[].country.
v10.24.35
- New connector
Added new
SAP S/4HANA Cloud connector with read-only support for Customers, Suppliers, Invoices, Bills, Payments, Bill Payments, Journal Entries, Ledger Accounts, Invoice Items, Purchase Orders, Subsidiaries, and Departments resources
v10.24.34
- New connector
Added new
QuickBooks Desktop connector with read-only support for Customers, Suppliers, Invoices, Bills, Credit Notes, Payments, Journal Entries, Ledger Accounts, Tax Rates, Invoice Items, and Purchase Orders resources
v10.24.33
- New connector
Added new
Visma eAccounting connector with support for Customers, Suppliers, Invoices, Bills, Credit Notes, Payments, Bill Payments, Journal Entries, Ledger Accounts, Tax Rates, Invoice Items, Bank Accounts, Tracking Categories, Company Info, and Attachments resources
v10.24.32
- New connector
Added new WWafeq connector with support for Invoices, Bills, Credit Notes, Customers, Suppliers, Payments, Ledger Accounts, Journal Entries, Tax Rates, Invoice Items, Departments, and Attachments resources
v10.24.31
- New connector
Added new FFortnox connector with support for Customers, Suppliers, Invoices, Bills, Credit Notes, Payments, Bill Payments, Journal Entries, Ledger Accounts, Tax Rates, Invoice Items, Bank Accounts, Tracking Categories, Company Info, Purchase Orders, and Attachments resources
v10.24.30
- Schema
Added
accounting_methodfield to Company Info with support for
QuickBooks and IIntuit Enterprise Suite connectors
v10.24.29
- New connector
Added new SSpiris connector with support for Customers, Suppliers, Invoices, Bills, Credit Notes, Payments, Bill Payments, Journal Entries, Ledger Accounts, Tax Rates, Invoice Items, Bank Accounts, Tracking Categories, Company Info, and Attachments resources
v10.24.28
- New connector
Added
NetSuite Accounting API support for Bank Feed Accounts and Bank Feed Statements resources via a RESTlet bundle
v10.24.27
- Coverage
Added Expenses and Projects support for
Zoho Books
v10.24.26
- New connector
Added
Holded Accounting API support with coverage for Invoices, Bills, Credit Notes, Purchase Orders, Quotes, Customers, Suppliers, Payments, Bill Payments, Tax Rates, Bank Accounts, Ledger Accounts, Journal Entries, Locations, and Attachments resources
v10.24.25
- New connector
Added new DDatev Unternehmen Online connector with support for Company Info, Ledger Accounts, Journal Entries, Balance Sheet, Tax Rates, Customers, Suppliers, and Attachments resources
v10.24.24
- New connector
Added new
Yuki connector with support for Customers, Suppliers, Invoices, Bills, Ledger Accounts, Journal Entries, Tracking Categories, Tax Rates, Company Info, Aged Debtors, Aged Creditors, and Attachments resources
v10.24.23
- New connector
Added new SShopify Public App connector with OAuth2 authorization code flow for multi-tenant merchant connections, supporting Orders, Products, Customers, and Stores resources
v10.24.22
- New connector
Added new PPennylane connector with support for Customers, Suppliers, Invoices, Bills, Ledger Accounts, Journal Entries, Invoice Items, Tracking Categories, Bank Accounts, Company Info, Purchase Orders, and Quotes resources
v10.24.21
- Coverage
Added Bill Payments support for
Workday with read operations
v10.24.20
- New connector
Added new
Wave connector with support for Customers, Suppliers, Invoices, Ledger Accounts, Invoice Items, Tax Rates, Company Info, Bank Accounts, Balance Sheet, Profit and Loss, and Bank Feed Statements resources
v10.24.19
- Coverage
Added support for Projects in
Sage Intacct
v10.24.18
- New connector
Added new
Moneybird connector with support for Customers, Suppliers, Invoices, Bills, Expenses, Payments, Bill Payments, Ledger Accounts, Journal Entries, Tax Rates, Invoice Items, Tracking Categories, Bank Accounts, and Company Info resources - Coverage
v10.24.16
- Schema
Added
statusfilter to Tax Rates with
QuickBooks support
v10.24.15
- Coverage
Added Bill Payments support for
Microsoft Dynamics 365 Business Central
v10.24.14
- New connector
Added
Odoo accounting support with Customers, Suppliers, Invoices, Bills, Credit Notes, Payments, Bill Payments, Tax Rates, Ledger Accounts, Journal Entries, Invoice Items, Company Info, Expenses, Bank Accounts, Tracking Categories, Bank Feed Statements, and Bank Feed Accounts resources
v10.24.13
- New connector
Added new
Stripe connector with support for Customers, Invoices, Invoice Items, Credit Notes, Refunds, Tax Rates, Payments, Expenses, Company Info, and Bank Accounts resources
v10.24.12
- New connector
Added new RRillet connector with read and write support for Customers, Suppliers, Invoices, Bills, Credit Notes, Journal Entries, Invoice Items, Payments, Bill Payments, Expenses, Bank Accounts, Bank Feed Statements, Ledger Accounts, Tax Rates, Subsidiaries, Balance Sheet, Profit and Loss, and Company Info
v10.24.11
- New connector
Added new
Remote connector with read and write support for Employees, Companies, Departments, Time Off Requests, and Payrolls
v10.24.10
- Coverage
Added
token-refresh.pendingandtoken-refresh.recoveredwebhook events for monitoring connection token refresh lifecycle
v10.24.9
- Coverage
Added Payments and Bill Payments create support for
Exact Online, EExact Online Nl, and EExact Online Uk - Coverage
Added Bills create, update, and delete support for EExact Online Nl
v10.24.8
- Coverage
Added Profit & Loss and Balance Sheet financial report support for
NetSuite
v10.24.7
- Schema
Added
tax_typefield to Journal Entry line items, allowing individual lines to specify their own tax applicability (salesorpurchase) independently of each other - Breaking
The root-level
tax_typeon Journal Entries is now deprecated — it remains functional as a fallback for lines that do not set their owntax_type - Coverage
Implemented per-line
tax_typemapping for
QuickBooks journal entries on create, update, and read operations
v10.24.6
- Schema
Added
employeefield to Journal Entry line items for referencing employee accounts alongside customer and supplier - Coverage
Added
employeetype toLinkedFinancialAccountfor Expenses payment accounts - Coverage
Added
LinkedEmployeeschema for employee references on accounting entities - Coverage
Implemented employee account type support for
Microsoft Dynamics 365 Business Central on journal entries and expenses
v10.24.5
- New connector
Added JJira Teams proxy connector with Basic Auth support
v10.24.4
- Coverage
Added new Bank Feed Statements resource for
Sage Intacct with list, get, create, and delete operations
v10.24.3
- Coverage
Added Applications resource support for
JobAdder with list and get operations - Coverage
v10.24.1
- Coverage
Added new Refunds resource with full CRUD support (list, get, create, update, delete)
- Coverage
Implemented Refunds for
QuickBooks - New connector
Added new
JobAdder connector with support for Applicants and Jobs resources
v10.24.0
- Coverage
Added new Companies resource with support for listing accessible companies within a connection — available for multi-company connectors
- Schema
Added
x-apideck-company-idheader parameter to all Accounting API endpoints, allowing consumers to override the default company at request time for multi-company connectors - Coverage
Implemented Companies for
Xero,
Sage Business Cloud Accounting,
Microsoft Dynamics 365 Business Central,
Sage Intacct,
Exact Online,
Workday, and DDualentry - Update
Connection
metadata.company_idis now automatically synced when a company setting is updated or set via OAuth authorization for multi-company connectors — providing a standardized, connector-agnostic way to identify the active company
v10.23.22
- Coverage
Added
terms_idsupport to Invoices, Bills, Purchase Orders, Credit Notes, Customers, Quotes, and Suppliers
v10.23.22
- Update
Aligned Expenses
statusenum todraft,posted,voided— removed unsupported values (pending_approval,approved,rejected,deleted,other). - Update
Updated Expenses filter
statusto match the model enum
v10.23.21
- Coverage
Added new Employees resource with support for list, get, create, and update operations
- Coverage
Added new Expense Categories resource with support for list and get operations
- Coverage
Added new Expense Reports resource with support for list and get operations
- Coverage
Implemented Employees, Expense Categories, and Expense Reports for
NetSuite - Coverage
Implemented Employees with full CRUD operations for
Sage Intacct - New connector
Added new LLinear Multiworkspace connector with support for Collections and Collection Tickets, including webhook support
- Coverage
Added Collections and Collection Tickets support to LLinear, including webhook support
v10.23.20
- New connector
Added new DDualentry connector with support for Invoices, Bills, Credit Notes, Journal Entries, Ledger Accounts, Customers, Suppliers, Payments, Bill Payments, Purchase Orders, Invoice Items, Subsidiaries, Company Info, Departments, Locations, Tracking Categories, and Attachments
v10.23.19
- Coverage
v10.23.18
- Schema
Added
updated_sincefilter to InvoiceItems schema. - Coverage
Implemented
updated_sincefilter for
NetSuite
v10.23.17
- Coverage
Added
retiredtohris.employee.leaving_reasonenum.
v10.23.16
- Coverage
Added
updated_sinceandcreated_sincefilter support for Customers across Wix, Shopify, BigCommerce, Magento, and Shopware connectors
v10.23.15
- New connector
Added new
Digits connector with support for Ledger Accounts, Journal Entries, Customers, Suppliers, Tracking Categories, Balance Sheet, and Profit and Loss reports
v10.23.14
- New connector
Added new FFolk connector
- New connector
Added new
Campfire connector with support for Invoices, Bills, Credit Notes, Journal Entries, Ledger Accounts, Customers, Suppliers, Payments, Bank Feed Accounts, Bank Feed Statements, Company Info, Invoice Items, Departments, and Tracking Categories
v10.23.13
- Coverage
Added support for Projects in
QuickBooks
v10.23.12
- Coverage
Added support for
customer_idsfilter to Customers schema. - Coverage
Implemented
customer_idsfilter for
BigCommerce,
Magento,
Shopify,
Shopware,
Wix and
WooCommerce
v10.23.10
- Schema
Added
tracking_categoriesfield to Expenses schema
v10.23.9
- New connector
Added new LLiantis connector
v10.23.8
- New connector
Added new IIntuit Enterprise Suite connector
- New connector
Added
Gmail as an auth-only connector
v10.23.7
- Schema
Added
x-apideck-unified-apiheader to Proxy endpoints for specifying which unified API connection to use with multi-API connectors (e.g., Workday)
v10.23.6
- Update
Migrated Expenses from
bank_accounttoaccount(LinkedFinancialAccount) for
Sage Business Cloud Accounting and
Workday - Breaking
Removed deprecated
bank_accountfield from Expenses schema - useaccountwithtype: bank_accountortype: ledger_accountinstead
v10.23.5
- Schema
Added
location_idfield to Bills, Credit Notes, Invoices, and Purchase Orders schemas - Coverage
Added
locationobject to Expenses schema for consistent location tracking across accounting resources - Coverage
Implemented
location_idmapping for
QuickBooks Bills, Credit Notes, Invoices, Purchase Orders, and Expenses - both locations and departments now map to QuickBooks DepartmentRef
v10.23.4
- Coverage
Added support for
customer_idfilter to Payments schema. - Coverage
Implemented
customer_idfilter for
Sage Business Cloud Accounting,
Sage Intacct,
QuickBooks,
NetSuite and
Xero
v10.23.3
- New connector
Added new connector for AAccess Financials
v10.23.2
- Coverage
Added support for Expenses in
Sage Intacct with full CRUD operations - Schema
Added
downstream_idfield to Departments, Locations, and Subsidiaries schemas to support connectors with dual ID systems - Coverage
Added LinkedDepartment, LinkedSubsidiary, LinkedLocation, and LinkedFinancialAccount schemas for better reference handling in transactions
- Coverage
Added
postedandpartially_paidstatus support to Bills, Invoices, and Credit Notes in
Sage Intacct - Breaking
Removed deprecated
billablefield from Expenses line items (userebilling.rebillableinstead) - Breaking
Removed
customerandcustomer_idfrom Expenses header level (available in line items only) - Fix
Fixed 404 error handling for read one operations in
Sage Intacct
v10.23.1
- Coverage
v10.23.0
- Coverage
Added
created_atsupport to Files sorting.
v10.22.4
- Schema
Added
typefilter to Payments schema. - Coverage
Implemented
typefilter for
Sage Business Cloud Accounting
v10.22.3
v10.22.2
- Coverage
Added Invoice Items in
Acumatica - Coverage
Added Invoice Items in MMyob Acumatica
- Update
When filling
line_items, you can either link an existing item by providing the itemcodeor create a new item by filling in the item details. Using both options at the same time is not supported.
v10.22.1
- Coverage
Added write support for Invoice Items in
Workday
v10.22.0
- New connector
Added new connector for
eBay
v10.21.19
- Schema
Added
accounting_methodfilter to Profit and Loss and Balance Sheet reports to specify cash or accrual basis - Coverage
Implemented
accounting_methodfilter for
QuickBooks and
Xero connectors
v10.21.18
- Coverage
- Coverage
Added full CRUD support for Bank Accounts in
Sage Intacct - unifies checking accounts, savings accounts, and credit cards into a single resource - Coverage
Added
partially_paidstatus to Credit Notes schema - Schema
Added
downstream_idfield to Bank Accounts schema
v10.21.17
- Coverage
v10.21.16
- Coverage
v10.21.15
- Coverage
v10.21.14
- Coverage
- Coverage
Implemented
taxablefield mapping for
QuickBooks,
NetSuite,
Sage Intacct, and
Zoho Books connectors
v10.21.13
- Schema
Added
addressfield to Subsidiaries schema to support main subsidiary address with full address structure (line1-3, city, state, postal_code, country) - Update
Improved
NetSuite subsidiaries mapping to include status,display_id, andcurrenciesfields - Update
Enhanced
NetSuite subsidiaries write operations (create/update) to support address and status fields
v10.21.12
v10.21.11
- Update
Get Connection now returns a persisted
healthproperty to better indicated connection health. - Update
OAuth tokens are now resilient to provider downtime and apply a 48 retention period before removing credentials when we fail to refresh tokens.
v10.21.10
v10.21.9
- Coverage
Added
partially_refundedtoecommerce.order.payment_statusenum.
v10.21.8
- Update
New webhook event
accounting.bill_payment.created,accounting.bill_payment.updated, andaccounting.bill_payment.deletedis now available to subscribe to.
v10.21.7
- Coverage
v10.21.6
- Coverage
Added write support for Ledger Accounts in
Workday
v10.21.5
- Coverage
Added write support for Journal Entries in
Workday - Coverage
Added
worktagsandledger_account.parent_idfields in Journal Entries line items
v10.21.4
- Coverage
Added
service_datesupport to Invoices and Quotes and Credit Notes line items
v10.21.3
- Coverage
Added Bank Accounts and Projects resource to
Workday accounting - Schema
Added
activefield to Projects resource
v10.21.2
- Coverage
Added Ledger Accounts, Customers, Subsidiaries, Payments, Journal Entries, Invoice Items, and Tax Rates read support for
Workday - Coverage
Added
termsandcustomer_categoryfields to Customers - Schema
Added
transaction_typefilter to Invoice Items
v10.21.1
- Coverage
v10.21.0
v10.20.17
- Coverage
v10.20.16
- Schema
Added
status_codesfilter to Logs
v10.20.15
- Coverage
Added Bank Accounts resource.
v10.20.14
- Coverage
Added SuiteTax support to
NetSuite with tax jurisdiction breakdown and fallback to Legacy Tax fields - New connector
Added SSage Intacct Rest as an auth-only connector
v10.20.13
- Coverage
Added
Blackbaud connector
v10.20.12
- Schema
Added
statusfield to Expenses schema - Coverage
Added
updated_sinceandstatusfilters to Expenses - Schema
Added
statusfilter to Journal Entries
v10.20.11
- Update
Improved
start_dateandend_datefilter descriptions for Time Off Requests to clarify date range functionality
v10.20.10
- Update
Make
job.blocks.contentnullable. - Coverage
Added
tax_details,tax_status_details,issued_method,issued_emailandintegration_system_idfields to Suppliers schema
v10.20.9
- Coverage
Added
accepting_candidates,open,closed,archivedtojob.statusenum.
v10.20.8
- Update
PhoneNumber unify enum type extended to include
billing
v10.20.7
- Coverage
Added DDualentry connector
- Schema
Added
currenciesfield to Subsidiaries schema
v10.20.6
- Coverage
Added
department_idsupport to Bills, Invoices, Purchase Orders, and Credit Notes - Coverage
Added Locations and Departments support for
QuickBooks
v10.20.5
- Coverage
Added
salutation,social_security_number,gender,typefields to Applicants schema
v10.20.4
v10.20.3
- Coverage
Added Job status enum mapping for BBullhorn Ats
- Coverage
Added
approved_by,amortization_type,tax_method,template_idandattachmentssupport to Bills - Coverage
Added
retention_amount,payment_amount,shipping_id,memo,prepaid,tax_applicable_on,tax_recoverability,tax_methodandworktagssupport to Bills line items - Coverage
Added
worktagsand removedbudgetandproject_idsupport in Purchase Orders line items - Coverage
Added native webhook events for
OneDrive - Update
New webhook event
file-storage.drive.updatedis now available to subscribe to.
v10.20.2
- Fix
Fixed
accountfield inPaymentsin
Sage Business Cloud Accounting - Coverage
Added native webhook events for
SharePoint
v10.20.1
- Coverage
Added
name,created_since,updated_sincefilters to Products
v10.20.0
- Coverage
Added Tracking Categories support to
Microsoft Dynamics 365 Business Central
v10.19.1
- Coverage
Added
billing_address,terms,tax_method,issued_method, andissued_emailsupport to Purchase Orders - Coverage
Added
shipping_id,memo,tax_applicable_on,tax_recoverability,tax_method,budgetandproject_idsupport to Purchase Orders line items
v10.19.0
- Coverage
Added Quotes.
- Schema
Added
supplier_idfilter to Payment Events
v10.18.5
- Schema
Added
supplier_idfilter to Payment Events
v10.18.4
- Coverage
Added
notesandamortization_typesupport to Purchase Orders - Coverage
Added
subsidiary_idandprepaidsupport to Purchase Orders line items - Coverage
Added
subsidiary_idandpurchase_ordersupport to Bills line items
v10.18.3
- Schema
v10.18.2
- Schema
Added
typefield and filter to Categories
v10.18.1
- Schema
Added
countryfield to bank_account andtermsfield to Suppliers schema
v10.18.0
- Coverage
Added Categories resource
- Coverage
Added
categoriescoverage to
Workday
v10.17.2
- Schema
Added
statusfield to Journal Entry - Coverage
Added support to update Journal Entry in
Xero
v10.17.1
- Coverage
Added Custom Object Schemas schema.
- Coverage
Added Custom Objects schema.
- Coverage
Added
custom-object-schemasandcustom-objectscoverage to
Salesforce
v10.17.0
- Coverage
Added a new connector bol.com with orders API to
bol.com
v10.16.9
- Coverage
Added write support for Invoices and Purchase orders for
Workday
v10.16.8
- Coverage
Added
refundsto Ecommerce Orders
v10.16.7
- Coverage
Added
invoice_idpropertie to shared Payments Filters schema - Coverage
Added
payment_allocationsto
FreshBooks - Coverage
Added
payment_allocationsto
Zoho Books
v10.16.6
- Coverage
Added
subsidiary_idto Purchase Orders in
NetSuite
v10.16.5
v10.16.4
- Coverage
Added
notes,opportunitiesandcompaniescoverage to
Freshworks CRM
v10.16.3
- Coverage
Added
notescoverage to
Odoo - Schema
Added
activity_idfield to shared Opportunities schema
v10.16.2
- Update
Ensure all headers are properly defined in all events
v10.16.1
- Update
Outgoing webhooks now include a
x-apideck-signaturefor you to verify the authenticity of the event. Read more about this feature here.
v10.16.0
- Coverage
Added
Workday connector for Accounting API
v10.15.2
- Schema
Added
payment_allocationsfield to Accounting connectors.
v10.15.1
- Coverage
Added
Odoo connector for the CRM API
v10.15.0
- Coverage
Added virtual webhook support for
NetSuite
v10.14.1
- Coverage
Added MMyob Acumatica connector for the Accounting API
v10.14.0
- Coverage
Added
Attio connector for the CRM API - Coverage
v10.12.4
- Coverage
Added AAcerta connector for the HRIS API
v10.13.0
- Coverage
Added
time-off-requestscoverage to
People HR - Coverage
Added
time-off-requestscoverage to
Employment Hero
v10.12.3
- Coverage
Added new filter for
supplier_idto Customers
v10.12.2
- Update
Addded
cost_of_goods_sold,other_income,other_expenses,uncategorized_categoriessupport to Profit And Loss
v10.12.1
- Coverage
Added
expensessupport for
NetSuite
v10.12.0
- Coverage
Added Bullhorn [connectors/bullhorn-ats] connector for the ATS API
v10.11.5
- Schema
Added
rawparameter to Files Search
v10.11.4
- Coverage
Added credit-note webhooks support for
QuickBooks
v10.11.3
- Coverage
Added
Etsy connector
v10.11.2
- Coverage
Added gotchas for
Planhat
v10.11.1
- Coverage
Added
companiescoverage to
BambooHR
v10.11.0
v10.10.1
- Schema
Added
sortparameter to Invoice Items
v10.10.0
- Coverage
Added
Usersresource to
Microsoft Dynamics CRM.
v10.9.1
- Coverage
Added
custom_fieldsto Journal Entry
v10.9.0
- Coverage
Added Aged Creditors schema.
- Coverage
Added Aged Debtors schema.
v10.8.3
- Schema
Added
subsidiariesfield to Tax Rates schema. - Schema
Added
subsidiariesfield to Tracking Categories schema. - Schema
Added
subsidiary_idfield to Suppliers schema.
v10.8.2
- Schema
Added
payment_typefield to Expenses schema.
v10.8.1
- Schema
Added
statusfield to jobs for Employee schema.
v10.8.0
- Coverage
Added
createCallbackStateendpoint to Create Callback State to create a short-lived state for callback requests.
v10.7.7
- Coverage
Added new field
subsidiariesto Ledger Accounts, including support for
NetSuite and
Sage Intacct connectors.
v10.7.6
- Coverage
Added
/vault/connections/:unified_api/:service_id/:resource/custom-mappingsendpoint to retrieve all custom mappings for a connection. - Coverage
Added
/vault/custom-mappings/:unified_api/:service_idendpoint to retrieve all custom mappings for a service.
v10.7.5
- Breaking
Removed min length for the field
nameon Unify Lead - Coverage
Early-access release of the
Keka HR connector with support for the Employee resource
v10.7.4
- Schema
Added
numberfilter to Invoices - Schema
Added
numberfilter support for
QuickBooks,
Xero, MYOB, Zoho-Books and FreshBooks connectors.
v10.7.3
- Coverage
Added Expenses schema.
- Coverage
Added Expenses support for
QuickBooks and
Xero connector.
v10.7.2
- Coverage
Added Bill Payments schema.
- Coverage
Added Bill Payments support for
QuickBooks connector.
v10.7.1
- Coverage
Added type filter in Activities
- Coverage
Added
owner_nameto Leads schema. - Coverage
Added pass_through property to HRIS API.
- Coverage
Added
idas optional field in Employee schema. - Coverage
Added accounting_period in Bill and Journal Entry schema.
- Coverage
Added
line_numberto Invoice Line Items and Journal Entry Line Items. - Coverage
Added supplier_id filter to Purchase Orders.
- Coverage
Added code in Tracking Categories schema.
v10.7.0
- Coverage
Added Tracking Categories schema.
- Coverage
Added Tracking Categories support for
QuickBooks connector.
v10.6.3
- Coverage
Added
validateValidate Connection State to validate the state of a connection is set to 'callable'.
v10.6.2
- Update
Updated Balance Sheet schema.
v10.6.1
- Update
Updated Balance Sheet schema.
v10.6.0
- Coverage
Added support for OAuth 2.0 for
SAP SuccessFactors
v10.5.0
- Update
Introduction of the
pass_thoughproperty as part of the Unified Pass Through feature
v10.4.2
v10.4.1
- Schema
Added
opportunity_idsfield to Contacts - Update
Updated Balance Sheet schema.
v10.4.0
- Update
Add endpoints for Attachments (all, one, delete, download, upload)
- Coverage
Add support for attachments to
QuickBooks - Coverage
Add support for attachments to
Xero
v10.3.6
- Update
Remove required
refresh_tokenwhen calling Import Connection operation. This allows import of ApiKey based connections as well as those with long lived tokens, or tokens that are obtained via client credentials.
v10.3.5
- Update
Employee job
is_managerfield is now supported for
Hibob
v10.3.4
- Update
Schema description for Proxy request bodies [
POST,PUT,PATCH] extended to allow forobject,stringorarray.
v10.3.3
- Update
Including the connectionsToken in SDK supported operations.
- Update
Only connections with
auth_typeoauth2andgrant_typeauthorization_codewill have theauthorize_urlandrevoke_urlin the response.
v10.3.2
- Coverage
Added
Microsoft Dynamics 365 Business Central connector - Coverage
Added filtering resources by update_since support for
QuickBooks connector - Schema
Added
company_idfield to Bill, Credit Note, Customer, Invoice, Journal Entry, Payment, Purchase Order, Supplier, - Coverage
Added sorting orders support for
Wix connector
v10.3.1
- Update
When a
ConnectorExecutionErroroccurs, we attempt to proxy as much detail from downstream as we can. An update to the UnauthorizedError Schema now correctly reflects that the downstream error can be provided as a string OR an object.
v10.3.0
- Coverage
Added all, one, create, update and delete Departments and Locations endpoint
- Update
Release Departments and Locations endpoint for
NetSuite
v10.2.2
- Coverage
Added create, update and delete Subsidiaries endpoint
- Update
Release Subsidiaries endpoint for
NetSuite
v10.2.1
- Coverage
Added 2 new
static IPs
v10.2.0
- Coverage
Added get and list Subsidiaries endpoint
- Update
Release Subsidiaries endpoint for
Sage Intacct - Coverage
Added of the KKenjo connector as early-access
- Coverage
Added of the KKenjo connector as early-access
- Coverage
Added of the
Cezanne HR connector as early-access - Update
Improved mapping manager for employee for AAfas
- Coverage
- New connector
Added
Shortcut as an auth-only connector - Update
Updated filtering & sorting for Activities for
Salesforce - Update
Updated filtering & sorting for Opportunities for
Salesforce - Coverage
Added filtering for Activities for
Pipedrive - Coverage
Added
Amazon Seller Central with resources: orders, products
v10.1.3
- Coverage
Release of the
Holded connector with support for the Employee resources - Coverage
Added manager info for an employee for AAfas
- Update
Improved employee mapping for
BambooHR - Update
Improved employee mapping for
Visma Nmbrs - New connector
Added
Basecamp as an auth-only connector - Update
Fix Connector Resource to describe supported_properties as circular reference
v10.1.2
- Update
Improved the write Journal Entry mapping for
NetSuite - Coverage
Added
company_idto the Journal Entry model - Coverage
Added the option to enter Sender ID & Password in Vault for
Sage Intacct - Coverage
Added additional filtering for Contacts for
Microsoft Dynamics CRM - Coverage
Added mapping for reading/writing Notes for
Zoho CRM - Coverage
Added mapping for Users for
Zoho CRM - Coverage
Added mapping for Users for
Pipedrive - Coverage
Added filtering for Contacts for
Pipedrive
v10.1.1
- Update
Overall improvements of the coverage for department properties for integrations: Gusto, CCascade Hr
- Coverage
Added sorting capabilities for the Unify Activities
- Coverage
Added filtering by
company_id,owner_id,contact_idfor the Unify resource Activity - Coverage
Added filtering by
owner_id,primary_contact_idfor the Unify resource Opportunity - Coverage
Added sorting & filtering for Opportunities and Activities for
Microsoft Dynamics CRM - Coverage
Added mapping for reading/writing Notes for
Microsoft Dynamics CRM - Coverage
Added mapping for reading/writing Notes for
Close.io - Breaking
Removed minLength for a Unify Contact
- Coverage
Added the option to write Journal Entries for
NetSuite - Coverage
Added the option to write Journal Entries for
Sage Intacct - Update
Improved the
Xero mapping for Bills
v10.1.0
- Schema
Added
customer_idfilter to E-Commerce: Orders - Update
Improved employee mapping & pagination for
UKG Pro - Breaking
Deprecated API key authentication & "people" endpoint for
Hibob in favor a new faster "people/search" endpoint and Service User authentication. - Update
Improved employee mapping for
Hibob - Update
Extended the employee mapping for
Ceridian Dayforce - Update
Overall improvements of the coverage for employee properties for integrations:
Officient,
Namely,
Paychex,
PayFit,
Ceridian Dayforce, CCegid Talentsoft,
Employment Hero - Update
Employee model
leaving_reasoncan be null - Coverage
Added write support for Journal Entries for
Exact Online - Coverage
Added filtering & sorting options for
NetSuite - Coverage
Added automatic HMAC authentication for
NetSuite - Coverage
Added orders filter by customer_id on
Shopify,
Picqer,
Shopware,
BigCommerce,
Prestashop,
WooCommerce - Coverage
Added support for writing Job applications for
Teamtailor - New connector
Added
Attio as auth-only integration
v10.0.1
- Update
remove
custom_mappingsfromInvoiceLineItemas only belongs on root of resources - Coverage
Release of the
CharlieHR connector with support for the resources: Employee, Department, Time-off - Update
The
Humaans includes inactive employees by default. - Update
Overall improvements of the coverage for employee properties for integrations:
Google Workspace,
Lucca,
Rippling ,
SD Worx,
RUN Powered by ADP,
ADP Workforce Now,
Breathe, DDeel, Freshteam,
Loket.nl,
Paylocity,
Visma Nmbrs,
Sage HR, Zenefits - Update
Improved the filtering for
Dropbox - Update
Reviewed the for
OneDrive &
SharePoint connectors
v10.0.0
- Update
Introduction of the
custom_mappingsproperty as part of the Custom Mapping field feature
v9.9.3
- Update
Extended Journal Entries with customer.
- Coverage
Release of the CCatalystone connector with support for the resources: Employee, Department
- Update
Improvement of the employment status for
People HR - Update
Extended
Rippling mapping with custom_fields and company information - Coverage
Added custom_fields mapping for
Lucca - Coverage
Added custom_fields mapping for
Google Workspace - Update
Fix for the search operation for the
Dropbox connector
v9.9.2
- Update
Corrected employees model for GetEmployeesResponse, which impacted the SDKs
v9.9.1
- Coverage
Added a new property
ethnicityto the Employee resource - Coverage
Added jobs fields mappings for
SD Worx - Coverage
Added support for custom fields for
Sage HR - Update
Improved pagination for
UKG Pro - Update
Extended CCascade Hr mapping with middle_name, preferred_name, initials, marital_status, division, department, team, company, employment_role, manager, jobs, compensations information
- Update
Extended
AlexisHR mapping with initials, company_name, pronouns, custom_fields, compensation information - Update
Extended
Humaans mapping with display_name, initials, department, team, manager, ssn, pronouns, languages, photo_url, jobs, custom_fields, compensation information - Coverage
Added custom_fields mapping for
SAP SuccessFactors - Coverage
Added custom_fields mapping for
Okta - Coverage
Added departments resource mapping for
SAP SuccessFactors - Coverage
Added departments resource mapping for
Azure Active Directory - Coverage
Added departments resource mapping for
Humaans - Coverage
Added departments resource mapping for
Google Workspace - Update
Mapped the ethnicity field for the connectors that support it:
RUN Powered by ADP,
ADP Workforce Now,
BambooHR,
Breathe, CCascade Hr,
Ceridian Dayforce,
Hibob,
Justworks,
Namely,
Paychex,
TriNet,
UKG Pro,
Workday - Coverage
Added option to write journal entries and improved pagination for journal entries for
Xero - Update
Improved bills, tax rate, company & suppliers mapping for
QuickBooks - Update
Improved bill_number mapping for
Sage Business Cloud Accounting - Update
Improved bill_number mapping for
Sage Intacct - Coverage
Added the option to create and update invoices for
Sage Business Cloud Accounting - Coverage
Added filter contacts by Company ID for
Salesforce - Update
Improved custom fields logic for companies, contacts/leads for
HubSpot - Update
Improved address mapping for companies for
Pipedrive - Coverage
Added custom job board URL setting for
Greenhouse - New connector
Added
Zendesk as auth-only integration - New connector
Added LLinear as auth-only integration
- New connector
Added
ClickUp as auth-only integration - New connector
Added
Asana as auth-only integration - New connector
Added
Intercom as auth-only integration - New connector
Added
monday.com as auth-only integration
v9.9.0
- Coverage
Release of the Paycheck connector with support for the resources: Employee, Department, Company
- Coverage
Early-access release of the Silae connector with support for the Employee resource
- Coverage
Early-access release of the CCegid Talentsoft connector with support for the Employee resource
- Coverage
Early-access release of the
Justworks connector with support for the Employee resource - Coverage
Early-access release of the
TriNet connector with support for the Employee resource - Coverage
Enhanced additional employee resource properties with null support
- Update
Improved employee_status logic for
Personio - Update
Improved country field mapping for
SD Worx - Update
Extended mapping of
Workday with custom fields and locations - Coverage
Added employee_status mapping for
Paylocity - Coverage
Added custom field support for
Sage HR - Update
Improved handling of null values for the Issue Tracking API
- Update
Improved handling of null values for the Issue Tracking API
- Update
Improved calculation of the downloadable detection
- Update
Improved handling of null values for the File Storage API
- Update
Improved handling of null values for the Ecommerce API
- Coverage
Added the job description field to the Job resource for
Greenhouse - Coverage
Added category tracking support and improved the supplier mapping for
QuickBooks
v9.8.1
- Update
Released
NetSuite with additional resources: Invoices, Customers, Payments, Suppliers, Journal Entries, Ledger Accounts, Bills, Products, Credit notes, Purchase Orders - Coverage
Released
People HR connector with support for Employees - Coverage
Released DDeel connector with support for Employees
- Coverage
Released
Employment Hero connector with support for Employees - Update
Overall improvements of the coverage for employee properties for integrations: ADP Run, ADP Workforce Now, Afas, Alexis HR, BambooHr, BeatheHr, Cascade HR, Ceridian Dayforce, Deel, Employment hero, Factorial HR, Freshteam, Google Workspace, Gusto, Hibob, Humaans, Lokket, Lucca HR, Namely, Nmbrs, Officient, Payfit, Paylocity, People-hr, Personio, Rippling, Sage-hr, Sap-successfactors, Sapling, SD Worx, UKG Pro, Workday, Zenefits, Zoho-people
- Update
Extended employee resource properties with nullable
- Update
Improved employees
SAP SuccessFactors mapping - Update
Enhanced employees
Workday mapping - Update
Performance & employee mapping improvements + updated the connection guide for
Hibob - Coverage
Introduced write (create,update, delete) support for
Hibob - Update
Extended
Breathe mapping for employees - Coverage
Implemented native webhook events for
Okta - Update
Changed the authentication for
Shopify from OAuth to API key - Update
Improved updating leads & contacts for
Salesforce
v9.8.0
- Coverage
Added Export File endpoint. This endpoint lets you convert files into other formats and download them. Handy for working with Google Docs, Slides, and Sheets. Right now, it's only supported for Google Drive.
v9.7.6
- Update
Add
bank_accountssupport to the Employee resource.
v9.7.5
- Update
Add the
payment_frequencyfield on the Employee compensations resource.
v9.7.4
- Update
Adding properties object to PassThroughQuery as it is required for OpenAPI Generator.
v9.7.3
- Update
New webhook event
vault.connection.revokedis now available to subscribe to. Event is broadcast when a call to revoke an access token down stream is successful.
v9.7.2
- Update
Fix webhook schema object names to align across APIs
v9.7.1
- Schema
Added
statusfilter to
QuickBooks.
v9.7.0
- Update
- New connector
Added new PProcountor Fi connector
- New connector
Added new VVisma Netvisor connector
- Coverage
Updated
QuickBooks connector with Purchase Order support - Coverage
Updated
Xero connector with Purchase Order support - Update
Updated
Lever connector - Update
Updated
Teamtailor connector - Update
Updated
Workable connector - Update
Updated
Greenhouse connector - Update
Updated
Workday connector - Update
Updated
SAP SuccessFactors connector - Update
Updated Freshteam connector
- Update
Updated
Sage HR connector - Update
Updated
Tellent Recruitee connector
v9.6.0
- Update
Add the
probation_periodfield on the Employee resource.
v9.5.0
- Coverage
Added new connectors for
Kashflow and
Clear Books - Update
Updated
Exact Online connector - Coverage
Added Employee Terminated event.
v9.4.0
- Coverage
Added Create Applicant and added Delete Applicant
v9.3.1
- Schema
Added
job_idfilter to
Teamtailor.
v9.3.0
- Coverage
Added new
invalidstate and newvalidation_supportfield on Connections to support connection validation. - Coverage
Added
prefixandsuffixtoform_fieldson Connections
v9.2.0
- Update
Deprecate the
departmentfield in favor of the dedicateddepartment_idanddepartment_namefield on the Employee resource.
v9.1.5
- Update
Improved Sage-HR mapping
- Update
Updated Unify specs by referencing the PassThrough query parameter required for the Unify SDKs
v9.1.4
- Coverage
added optional
payment_method_idto Payments resource. - Coverage
added
taxableto InvoiceItems resource.
v9.1.3
- Update
Unify shared field representing
currencyenum extended to includeETH
v9.1.2
- Update
pass_through parameter is now available on all list endpoints.
- Coverage
added
termsto Credit Notes resource. - Coverage
added
rateto Tax Rates resource.
v9.1.1
- Coverage
Added
discount_amountto Invoices resource and it's Line Items.
v9.1.0
- Coverage
Added
List Tagsendpoint to Issue Tracking API.
v9.0.0
v8.93.0
- Update
- Update
- Update
- Update
- Update
- Update
- Update
- Update
v8.92.0
- Coverage
Added Rename or move File.
v8.91.1
- Update
Product
inventoryproperty is now a string instead of number. - Update
v8.91.0
- Coverage
Added
parentandprojectfields to the Customer schema on Accounting.
v8.90.0
- Update
- Update
- Update
- Update
- Update
- Update
- Update
- Update
- Update
- Update
- Update
- Update
v8.89.0
- Coverage
Added the Journal Entries resource.
v8.88.0
- Coverage
v8.87.0
- Coverage
Added
filter[updated_since]to Activities
v8.86.0
- Coverage
Added Create Consumer
- Coverage
Added Update Consumer
- Coverage
Added Delete Consumer
v8.85.1
- Coverage
Added
disabled_reasonto Webhook to reflect when a webhook has been automatically disabled.
v8.85.0
- Coverage
Added
free_trial_available,signup_urlandwebhook_supportto Connector - Schema
Added
company_idfilter to Opportunities
v8.84.0
- Coverage
Added Jobs and Applicants resource to
SAP SuccessFactors. - Coverage
Added
created_byandupdated_byfields to the Applicant schema.
v8.83.0
- New connector
Added
Mollie and
monday.com auth-only connector
v8.82.0
- New connector
Added
Calendly and
Google Contacts auth-only connector
v8.81.0
- Coverage
Added Time Off Requests resource to
ADP Workforce Now. - Coverage
Added Time Off Requests resource to
BambooHR. - Coverage
Added Time Off Requests resource to
Personio. - Coverage
Added Time Off Requests resource to
Sage HR. - Coverage
Added Time Off Requests resource to
SAP SuccessFactors. - Coverage
Added Time Off Requests resource to
Workday. - Schema
Added
job_idfilter to
Tellent Recruitee.
v8.80.0
- Coverage
Added
jobsresource to
Greenhouse.
v8.79.0
- New connector
Added
Portt auth-only connector - Update
Moved the WWebexpenses auth-only settings to connection level
- Coverage
Added
custom_scopesto Connector
v8.78.0
- Coverage
Added webhooksResolve operation to the Webhooks API to provide a shorter route.
v8.77.0
- Update
Updated Orders Clover on POS with additional modifier fields on line items.
v8.76.0
- Coverage
Added Connection Hooks
- Coverage
Added support cor Connection based Webhooks
- Coverage
Added Connection webhook support
Factorial - Coverage
Added subscriptions prop to Connections
v8.75.0
- Coverage
Added
credit-notesresource to
Sage Intacct. - Coverage
Added create, update and delete operations to payments resource in
Sage Intacct. - Coverage
Added workflows to separate between receivable payments and payable payments in
Sage Intacct. - Update
Expanded
invoicesresource mapping in
Sage Intacct. - Update
Expanded fields to
Bill,BillLineItem,CreditNote,InvoiceLineItemandPaymentschemas. - Update
Updated workflow client to support
unified_metadata.
v8.74.0
- Coverage
Added
downstream_unsupported_operationsto ConnectorResource - Update
# Added
unified_apis[].downstream_unsupported_resourcesto Connector
v8.73.0
- New connector
Added
Google Calendar auth-only connector - New connector
Added
Outlook Calendar auth-only connector
v8.72.1
- Update
Updated Ledger accounts, invoice items, payments, suppliers to use [QuickBooks] SyncToken
v8.72.0
- Coverage
Added
bill, resource for
Sage Intacct. - Update
Improved array mappings for xml cases.
- Coverage
Added new fields to the Bill schema.
v8.71.0
- Coverage
Added
unified_apis[].nameandunified_apis[].supported_resourcesto Connector - Schema
Added
?unified_apiparameter to ConnectorResource
v8.70.2
- Update
Add
show_sidebarto settings on create session.
v8.70.1
- Coverage
Added
discount_percentageto root of Invoice object. Quickbooks has limited support for LineItem discounts, so this is a workaround to support discounts on invoices.
v8.70.0
- Update
Reworked
Workday auth + mapping to use SOAP API - New connector
Added WWebexpenses auth-only connector
v8.69.0
- Coverage
Added
Ceridian Dayforce connector
v8.68.0
- Coverage
Added
create,updateanddeleteoperations tocredit-notesresource for [QuickBooks].
v8.67.1
- Update
extended connector API to return nested filed level coverage
v8.67.0
- Coverage
Added
display_id,created_byandupdated_byfields to the Payment schema.
v8.66.0
v8.65.0
- New connector
Added
SD Worx as an auth-only connector.
v8.64.0
- New connector
Added
NetSuite as an auth-only connector.
v8.63.0
- Coverage
Added the Project Management API for auth-only connectors.
- New connector
Added
Jira as an auth-only connector.
v8.62.0
- Coverage
Added Jobs support for
Officient.
v8.61.0
- Coverage
Added filter support for employees in
ADP Workforce Now connector.
v8.60.0
- Coverage
Added Time Off Requests resource.
v8.59.0
- Coverage
Added
Microsoft Teams connector
v8.58.0
- Coverage
Added
blind_mappingto Connector
v8.57.0
- Coverage
Added
PayFit connector
v8.56.0
- Coverage
Added
Okta connector
v8.55.0
- Coverage
Added
AlexisHR connector
v8.54.0
- Coverage
Added MMicrosoft Dynamics Hr connector
v8.53.0
- Coverage
Added
Namely connector.
v8.52.1
- Update
Generalize example detail for Unprocessable Entity Error to prevent confusing when using the Mock API (sunsetted).
v8.52.0
- Coverage
Added
Paylocity connector
v8.51.0
- Coverage
Expanded support for
Employeesfor the
UKG Pro connector
v8.50.0
- Coverage
Added
Zoho People connector
v8.49.0
- Update
The schema description for a
bank_accounton thePaymentsobject has been defined asPosBankAccountto avoid confusion with theBankAccountobject in other APIs. - Update
This change is backwards compatible, but we recommend updating your integrations to use the new name if you are using typed definitions.
- Update
**Note:** the properties on the
PosBankAccountobject have not changed. PosPayments
v8.48.0
- Coverage
Added
UKG Pro connector
v8.47.0
- Coverage
Added
ADP Workforce Now connector - Update
extended gender enum to include
not-specified - Coverage
Added
tls_supportto Connector
v8.46.0
- Coverage
Added Zenefits connector
v8.45.0
- Coverage
Added
Factorial connector.
v8.44.0
- Coverage
Added
Sapling connector
v8.43.0
- Coverage
Added Freshteam connector
v8.42.0
- Coverage
Added sorting support to Invoices. To sort results, use the
sort[by]andsort[direction]query parameters. First availablesort[by]value isupdated_at. Supported for
Xero and
QuickBooks.
v8.41.1
- Update
Make
invoice_dateanddue_datenullable on Invoices
v8.41.0
- Coverage
Added Credit Note support.
- Coverage
Added Credit Notes support for
Xero. - Coverage
Added Credit Notes readOnly support for
QuickBooks.
v8.40.1
- Coverage
Added
filter[start_date],filter[end_date]to Customers
v8.40.0
- Coverage
Added Mock API and SDKs to documentation for all APIs.
v8.39.1
- Coverage
Added Bills
v8.39.0
- Coverage
Added
supported_list_fieldsto ConnectorResource
v8.38.0
- Coverage
Added Drives resource on the File Storage API.
- Coverage
Added Drive Groups resource on the File Storage API.
v8.37.1
- Update
Mapped
price_amountproperty on variations to Items on the POS API for the Square connector.
v8.37.0
- Schema
Added
modifier_groupsproperty to Items on the POS API.
v8.36.0
- Schema
Added
statusproperty to Company info on the Accounting API and for the
MYOB connector.
v8.35.1
- Coverage
Added docs for
QuickBooks as supported connector for Profit And Loss resource on the Accounting API.
v8.35.0
- Coverage
Added Profit And Loss resource on the Accounting API.
v8.34.0
- Coverage
Added Jobs on the HRIS API
v8.33.0
- Coverage
Added
deceased_onandpartnerto Employee on the HRIS API. - Coverage
Added new resource EmployeeSchedules on the HRIS API.
v8.32.6
- Update
Fix faulty examples
v8.32.5
- Update
Updated Orders and Payments for the Clover connector
v8.32.4
- Coverage
Added
filter[first_name]andfilter[display_name] to to Customers - Coverage
Added
automated_sales_taxto CompanyInfo
v8.32.3
- Coverage
Added
country,sales_tax_enabledanddefault_sales_taxto CompanyInfo
v8.32.2
- Coverage
Added
filter[company_name],filter[last_name],filter[email]to Customers
v8.32.1
- Update
Extended
departmentproperties on Jobs
v8.32.0
- Coverage
Added
Humaans
v8.31.3
- Coverage
Added filter[name] to InvoiceItems
v8.31.2
- Coverage
Added
row_typeCompanies
v8.31.1
- Coverage
Added `ConnectorOperationUnsupportedError` to provide detail when a Unify call is made that the downstream connector does not support.
- Update
LedgerAccount
nominal_codehas been deprecated in favour ofcode.
v8.31.0
- Coverage
Added
pipelinesPipelines for
Salesforce
v8.30.1
- Coverage
Added
bank_accountsSuppliers
v8.30.0
- Coverage
Added Freshteam and
Tellent Recruitee
v8.29.5
- Coverage
Added Balance Sheet
v8.29.4
- Update
Made
is_primaryoptional for Employee jobs of HRIS API.
v8.29.3
- Update
Extended Bills with
paid_date,deposit,sub_total, andtotal_tax. If these properties are available in downstream connector response, they will be mapped returned.
v8.29.2
- Coverage
Added optional
inventory_dateto InvoiceItem
v8.29.1
- Coverage
Added Bills
v8.29.0
- Coverage
Added Suppliers
v8.28.2
- Coverage
Added optional
tax_codeto Invoice
v8.28.1
- Coverage
Added Square Locations
v8.28.0
- Coverage
Added
Personio connector to HRIS
v8.27.2
- Coverage
Added Webhook Support
v8.27.1
- Coverage
Added docs for
authorize_urlandrevoke_urlto Connections
v8.27.0
- Coverage
v8.26.1
- Update
Include connectionsImport when running sdk generation.
v8.26.0
- Coverage
Added Payrolls and EmployeePayrollsto HRIS
v8.25.0
- Coverage
Added
Workable connector to ATS
v8.24.1
- Update
Updated TaxRates components.id to be
string
v8.24.0
- Update
Add Company info to
QuickBooks connector
v8.23.0
- Coverage
Added `Tenders` to Clover connector
v8.22.0
- Coverage
Added
Order TypesandModifier Groupsto Clover connector
v8.21.0
- Coverage
Added
Ordersto Clover connector
v8.20.0
- Coverage
Added
oauth_scopesto Connector
v8.19.3
- Coverage
Added TokenRefreshFailed to Vault spec to include in docs
v8.19.2
- Update
Bump version to initialize PHP SDK
v8.19.1
- Breaking
Removed
minLength: 1limitation because responses can contain empty strings. - Update
Set default value of
rawparameter tofalse, it wastrue.
v8.19.0
- Coverage
Added Import Connection
v8.18.0
v8.17.0
- Coverage
Added
oauth_grant_type,oauth_credentials_sourceandhas_sandbox_credentialsto Connector
v8.16.0
- Coverage
Added Departments to HRIS
- Fix
Fixed Nmbrs birthday date format on Employees
v8.15.0
- Coverage
Added
Greenhouse connector to ATS - Coverage
Added Merchant ID to Clover connector
v8.14.0
- Coverage
Added
Sage Intacct connector - Update
- Update
- Update
- Update
Extended Connections
auth_typeenum to includecustom.
v8.13.0
- Coverage
Added
ItemsandOrdersPOS mapping to Square
v8.12.1
- Schema
Added
taxRatesFilterfilter to TaxRates
v8.12.0
- Schema
Added
oauth_grant_typeproperty to Connections. - Coverage
Added Token endpoint to support the
client_credentialsOAuth flow. - Coverage
v8.11.1
- Update
optional
report_tax_typeproperty added to TaxRates
v8.11.0
- Coverage
Added Square connector.
v8.10.2
- Update
Moved compensations out of jobs array on Employees
v8.10.1
- Update
Shared Schema
Addressextended with optionalline3andline4properties - Update
- Update
- Update
- Update
v8.10.0
- Coverage
Added Upload Sessions resource.
- Coverage
Added File Upload to the
Google Drive connector. - Coverage
Added
BambooHR connector.
v8.9.0
- Coverage
Added
Lever connector.
v8.8.1
- Update
- Update
Payments
accounts_receivable_account_typeandaccounts_receivable_account_idhave been deprecated in favour of a singleaccountobject.
v8.8.0
- Coverage
Added Shared Links resource.
v8.7.1
- Coverage
added
BankAccount.account_typeandBankAccount.currency. Account type is an enum [bank_account,credit_card,other] - Update
- Update
v8.7.0
- Coverage
Added File Upload.
v8.6.0
- Update
Type of TaxRates
tax_typehas been deprecated to facilitate migrating from an enum to string using newTaxRate.type. Values sent viaTaxRate.typeshould be aligned with any downstream connector requirements.
v8.5.0
- Coverage
Added Folders resource.
v8.4.1
- Coverage
Added sorting support to Files. To sort results, use the
sort[by]andsort[direction]query parameters. Availablesort[by]values arenameandupdated_at.
v8.4.0
- Coverage
Added Connector API.
v8.3.2
- Update
Extend InvoiceItems to include
income_accountandexpense_account.
v8.3.1
- Update
Ensure Customer is shared model between Invoice and Payment
v8.3.0
v8.2.0
- Coverage
Added
MessageBird and
Vonage messages.
v8.1.0
- Coverage
v8.0.0
- Coverage
Added SMS API.
v7.2.0
- Coverage
Added users support for the
Salesforce.
v7.1.0
- Update
Rename
urltodelivery_url.
v7.0.0
- Coverage
Added the
Kustomer to the Customer Support API. - Coverage
v6.0.0
- Coverage
Added beta version of the Webhook API.
v5.12.1
- Update
Connection.form_fields is readOnly. The values should be sent via Connection.settings when mutating a connection.
v5.12.0
- Update
Extended phone number resource with
country_code,area_code, and newdirect-dial-intype - Update
Mapped Xero customers
- Coverage
v5.11.0
- Coverage
Added
/file-storage/files/searchendpoint. - Coverage
Added the
SharePoint and
OneDrive connectors
v5.10.0
- Update
Renamed
folderIdfilter tofolder_id - Update
Add
sharedfilter to the Files resource
v5.9.1
- Coverage
Added filter on
folderIdto the Files resource.
v5.8.1
- Coverage
Added support for responses larger than 6MB. For more information, see the Proxy API docs.
v5.8.0
- Coverage
Added beta version of the File Storage API and the
Google Drive.
v5.7.0
- Update
Add Company info resource. Replace Contact and Company resource by Customer resource.
v5.6.0
- Update
Add Customers resource.
v5.5.1
- Update
Rename
general_ledger_accounttoledger_accountread-only on Invoices.
v5.4.1
- Update
normlized the naming of definitions
- Fix
fixed response descriptions to match shared definitions and avoid duplicates
v5.4.0
- Update
Make
duration_minutesread-only on Activities.
v5.3.0
- Update
Add
custom_consumer_settingsto create session. Allow wildcard objects to be passed through themetadatafield on a connection.
v5.2.0
- Update
Add
contact_id,company_id,opportunity_id,lead_id, andactiveto Notes.
v5.1.0
- Coverage
Added alpha version of the Accounting API and the
MYOB. - Update
Ledger Accounts
- Update
Tax Rates
- Update
Invoices
- Update
Contacts
- Update
Companies
v5.0.1
- Update
For all error responses,
typeNamewas renamed totype_namefor consistency.
v5.0.0
- Update
expected_revenue,type,last_activity_at,lead_source, andstage_last_changed_atadded to Opportunity resource - Update
annual_revenue,number_of_employees,industry,last_activity_at,ownership, andparent_idadded to Company resource - Update
Renamed
image_urltoimageon the Company resource - Update
Remove
taxon the Company resource, since it's already present inphone_numbers - Update
image,last_activity_at,first_email_at, andfirst_call_atadded to Contact resource
v4.3.3
- Update
vault/callback: Addedcodeparameter
v4.3.2
- Update
Connection.json#updated_at is nullable
- Update
vault/logsfilter for exclude_unified_apis has been refactored to be comma separated string
v4.3.1
- Coverage
Added ability to filter log results in vault.
v4.3.0
- Update
New
/vault/logsendpoint released to enable fetching paginated list of request logs scoped to application and consumer.
v4.2.0
- Coverage
Added a
servicesarray to list all active services when listing all consumers.
v4.1.1
- Update
extend examples for fields that allow
anyOf(in this case errors that allow strings or objects)
v4.1.0
- Coverage
Added sorting support to Leads, Companies and Opportunities. To sort results, use the
sort[by]andsort[direction]query parameters.
v4.0.0
- Coverage
Added
noteandtaskas allowed values fortypeon the activity resource - Update
activity_datetimeandduration_secondsare no longer required on the activity resource - Update
On the activity resource, following fields were removed:
v3.0.3
- Update
detailproperty on all errors can be a string _or_ and object
v3.0.2
- Update
all required fields are validated with
minLength: 1
v3.0.1
- Update
lead_sourceandlanguageadded to Lead resource - Update
account_idandduration_in_minutesadded to Activity resource
v3.0.0
- Update
Moved
api_keyfield from the root in the request body to the settings object when creating/updating connections.
v2.4.0
- Coverage
Added sorting support to Contacts. To sort Contacts, use the
sort[by]andsort[direction]query parameters. Availablesort[by]values arename,first_name,last_name,email,created_atandupdated_at.
v2.3.0
- Update
Remove connectors table
v2.2.0
- Update
Documented
static IPandlimitations
v2.1.0
- Update
Undocumented
connectionsAddadded - Update
Normalized reponses for
connectionsGetSettingsandconnectionsUpdateSettings
v2.0.0
- Breaking
Deprecated /vault/proxy and moved to the Proxy API
v1.10.0
- Coverage
Added filter query parameter for opportunity
v1.9.0
- Coverage
Added filter query parameter for lead
v1.8.0
- Coverage
Added Activities resource
v1.7.0
- Coverage
Added Users resource
v1.6.0
- Coverage
Added Notes resource
v1.5.0
- Update
Configuration options per resource extended to fetch dynamic options when configuring settings.
- Coverage
Added
filter-typetoFormField.typethat allows configuration options to be filtered by the value of a separate setting. - Update
FormFieldOptionGroupschema added to define grouping of options within a FormField
v1.4.0
- Update
Renamed
schema_supporttoresource_schema_supportand introducedresource_settings_supportto the connection settings endpoint - Update
Add
configurable_resourcesto the connections endpoint
v1.3.0
- Update
SpecRequestValidationErrorwas replaced by 2 more helpful errors. `RequestBodyValidationError` and `RequestParametersValidationError` are more readable, informative and provide suggestions.
v1.2.0
- Update
`/vault/consumers` added to provide paginated list of consumers scoped to application
- Update
`/vault/consumers/{consumer_id}` added to provide consumer detail including
aggregated_request_countand request counts across the Unified APIs. - Update
`/vault/consumers/{consumer_id}/stats` added to provide request count aggregation data within a datetime range.
v1.1.0
- Update
Filtering on contacts has now a dedicated
filterquery parameter instead of seperated query parameters per field - Update
Filtering on opportunities has now a dedicated
filterquery parameter instead of seperated query parameters per field
v1.0.0
- Update
Address.typeenum updated to["primary", "secondary", "home", "office", "shipping", "billing", "other"] - Update
Website.categoryhas been renamed toWebsite.typeand is now anenum. Now accepts:["primary", "secondary", "work", "personal", "other"] - Update
Email.typemigrated from string toenum. Now accepts:["primary", "secondary", "work", "personal", "billing", "other"] - Update
PhoneNumber.phone_typechanged toPhoneNumber.typeandenumnow accepts:["primary", "secondary", "home", "office", "mobile", "assistant", "fax", "other"].