Access and manage GitBook's API for automation and integrations.
Was this helpful?
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" }