API

Access and manage GitBook's API for automation and integrations.

Get information about the state of the GitBook API

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?