API Versioning
The Blowfish API uses a date-based versioning scheme (e.g., 2022-06-01
). This makes it easy for developers to understand the chronological order of API versions and to identify the latest version.
Specifying an API version
To use a specific version of the Blowfish API, developers must specify the desired API version in the API request's header. For example, to use version 2022-06-01
of the Blowfish API, the developer would include the following header in their HTTP request:
X-API-VERSION: 2022-06-01
Note that you can specify different versions when calling different API endpoints. This allows you to upgrade endpoints independently of one another.
Updated 12 months ago