Skip to main content
GET
/
api
/
version
Get Sourcebot version
curl --request GET \
  --url https://api.example.com/api/version \
  --header 'Authorization: Bearer <token>'
{
  "version": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.sourcebot.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your API key.

Response

200 - application/json

Current Sourcebot version.

version
string
required