Api
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /v1/ HTTP/1.1
Host: api.gitbook.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"version": "text",
"build": "text"
}POST /v1/ HTTP/1.1
Host: api.gitbook.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"version": "text",
"build": "text"
}