Versioning

We currently support a header-based API versioning scheme using the header "Api-Version". Please refer to the most recent version referenced in the API documentation. We expect all requests to contain a valid Api-Version.

Example

curl --request GET \
     --url https://api.conduit.financial/accounts/id \
     --header 'accept: application/json'
     --header 'X-API-Key': <API Key>'
     --header 'X-API-Secret': <API Secret>'
     --header 'Api-Version': 2024-12-01'

❗️

Please omit the "v" in the API version, some of our tooling inserts this by default and we are working to remove it.