System info

Programmatically check GitBook API system status and version details.

Use these endpoints to monitor the overall health of GitBook’s infrastructure or to retrieve version information for debugging and compliance purposes.

Get API information

get

Access the release version and build date of the GitBook codebase.

Authorizations
Responses
curl -L \
  --url 'https://api.gitbook.com/v1/' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "version": "text",
  "build": "text"
}

Was this helpful?