Dexero FD’s API (application programming interface) uses URI paths to give access to resources (data).

To use the REST API, your application will make an HTTP request, then decode the response.

The default response format is XML. If desired, you can request JSON instead of XML.

Dexero FD’s API has the following features:
  • Recovery of a list of files;
  • File creation;
  • File modification;
  • Search.
Dexero FD’s API is under version control. The API version number appears in its URI. For example, use this structure to request version 2 of the Dexero FD API:

About the API:

  • Latest version : 6
  • Security : SSL

Ex. : https://fd.dexero.com/services/v6/rest/

NOTES:
  • The API version number is a whole number, like 1 or 2.
  • The API version is separate from the stated Dexero FD version number.
  • The API version number may change if the Dexero FD version number changes.
  • The API version number will only change when its updates breach the API contract, requiring modifications to the API’s code.
  • An addition to the API will not necessarily change its version number.