Get the API version.
GET/v1/version
Get the API version.
curl https://api.clearstreet.com/v1/version \
-H "Authorization: Bearer $API_KEY"{
"data": {
"version": "2025-10-31"
},
"error": null,
"metadata": {
"request_id": "2c3d4e5f-6a7b-8c9d-0e1f-2a3b4c5d6e7f"
}
}Returns Examples
{
"data": {
"version": "2025-10-31"
},
"error": null,
"metadata": {
"request_id": "2c3d4e5f-6a7b-8c9d-0e1f-2a3b4c5d6e7f"
}
}