API Versioning

Control which API version your requests target using the Accept-Version header.

Overview

API versioning allows Cybrid to evolve the platform without breaking existing integrations.

Specify a version in API requests

Set the Accept-Version header to the desired version:

curl --request GET \
     --url https://bank.sandbox.cybrid.app/api/transfers \
     --header 'accept: application/json' \
     --header 'accept-version: 2025-06-01'
ℹ️

Default version

If the Accept-Version header is omitted, the API defaults to version 2022-01-01.