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 versionIf the
Accept-Versionheader is omitted, the API defaults to version2022-01-01.
Updated 4 days ago
