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