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
curl -L \
--url 'https://api.gitbook.com/v1/' \
--header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
"version": "text",
"build": "text"
}