Skip to content
  • Auto
  • Light
  • Dark
Get started
View as Markdown
Copy Markdown

Open in Claude
Open in ChatGPT

Update API version preferences.

patch/active/v1/version

Allows clients to set their preferred API version.

ReturnsExpand Collapse
data: Version { version }

API version information

version: string

API version string

Update API version preferences.
curl https://api-active.clearstreet.io/active/v1/version \
    -X PATCH \
    -H "Authorization: Bearer $API_KEY"
{
  "data": {
    "version": "2025-10-31"
  },
  "error": null,
  "metadata": {
    "request_id": "3d4e5f6a-7b8c-9d0e-1f2a-3b4c5d6e7f8a"
  }
}
Returns Examples
{
  "data": {
    "version": "2025-10-31"
  },
  "error": null,
  "metadata": {
    "request_id": "3d4e5f6a-7b8c-9d0e-1f2a-3b4c5d6e7f8a"
  }
}