Urls

Resolve a URL to a content (space, collection, page)

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
urlstringRequired

URL to resolve

Responses
chevron-right
200

OK

application/json
Responseone of
or
get
/urls/content

Resolve a URL to an embed

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
urlstringRequired

URL to resolve

Responses
chevron-right
200

OK

application/json
get
/urls/embed

Resolve a URL of a published content.

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
urlstring · uriRequired

URL to resolve

visitorAuthTokenstringOptional

JWT token generated for a visitor auth session

redirectOnErrorbooleanOptional

When true redirects the user to the authentication/fallback URL if the visitor auth token is invalid

Default: false
Responses
chevron-right
200

OK

application/json
Responseone of
or
get
/urls/published

Last updated

Was this helpful?