URLs
Configure where and how your GitBook content can be accessed.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
urlstring · uri · max: 2048Required
URL to resolve
visitorAuthTokenstringOptional
JWT token generated for a authenticated access session
redirectOnErrorbooleanOptionalDefault:
When true redirects the user to the authentication/fallback URL if the access token is invalid
falseResponses
200
OK
application/json
Responseone of
or
404
No content found for the URL.
application/json
get
/urls/publishedAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
urlstring · uri · max: 2048Required
URL to resolve
redirectOnErrorbooleanOptionalDefault:
When true redirects the user to the authentication/fallback URL if the access token is invalid
falseResponses
200
OK
application/json
Responseone of
or
404
No content found for the URL.
application/json
post
/urls/publishedLast updated
Was this helpful?