Skip to main content

9 docs tagged with "Developers"

View all tags

About the Fintesk API

An application programming interface (API) is a set of functionalities that a service owner provides so team's member can use its features and/or build software applications. An API details how a user makes requests and the responses they receive in return.

Changes to the API

Fintesk’s API together with our Developer Platform is constantly evolving to cover additional product functionality. By introducing changes to the API, we aim to enhance your API experience by adding new features and functionality.

Custom fields

Custom fields allow you to add additional data to your Fintesk account that isn't included by default. Each deal, organization, person, and product item can contain custom fields. We have 16 different field types available, each with its own uses.

Date format

All dates and times received by the API will be in ISO 8601 format 2019-01-22 0859 (would be the same as 2019-01-22T0859).

Getting started

Check out our Changelog for the latest changes regarding our Developer Platform.

Pagination

Fintesk offers pagination for most of our API’s list and item collection endpoints.

Requests

All requests to the Fintesk API must be made over SSL (https, not http).