curl --request GET \
--url https://api.example.com/api/version \
--header 'Authorization: Bearer <token>'{
"version": "<string>"
}curl --request GET \
--url https://api.example.com/api/version \
--header 'Authorization: Bearer <token>'{
"version": "<string>"
}Send either a Sourcebot API key (sbk_... or legacy sourcebot-...) or, on EE instances with OAuth enabled, an OAuth access token (sboa_...) in the Authorization header.
Current Sourcebot version.
Running Sourcebot version.
Was this page helpful?