Get API information
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
OK
application/json
versionstringRequired
Current release of GitBook
buildstringRequired
Date of the latest release in ISO format
get/
GET /v1/ HTTP/1.1
Host: api.gitbook.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
OK
{
"version": "text",
"build": "text"
}Last updated
Was this helpful?