URLs
Configure where and how your GitBook content can be accessed.
Manage official endpoints, direct deep links, or short links for your content. This allows you to keep track of multiple custom URLs or vanity links under one system.
Authorizations
Query parameters
urlstring · uri · max: 2048required
URL to resolve
visitorAuthTokenstringoptional
JWT token generated for a visitor auth session
redirectOnErrorbooleanoptionalDefault:
When true redirects the user to the authentication/fallback URL if the visitor auth token is invalid
false
Responses
application/json
one ofoptional
application/json
get
Authorizations
Body
urlstring · uri · max: 2048required
URL to resolve
redirectOnErrorbooleanoptionalDefault:
When true redirects the user to the authentication/fallback URL if the visitor auth token is invalid
false
visitorobjectoptional
An object that describes the payload of site visitor info. It can include a jwt token with signed claims and/or a record of its unsigned claims.
Responses
application/json
one ofoptional
application/json
post
Was this helpful?