> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Redirects # Type: Redirect Session Object # Link: https://dev.wix.com/docs/api-reference/business-management/headless/redirects/redirect-session-object.md ## Description: Information for redirecting a visitor from an external Wix Headless client site to a Wix page for Wix-managed functionality. ## Schema: ```json Type: Redirect Session Object | type: RedirectSession Description: Information for redirecting a visitor from an external Wix Headless client site to a Wix page for Wix-managed functionality. - name: id | type: string | description: ID of the redirect session created. - name: fullUrl | type: string | description: The full URL of the Wix page to redirect the visitor to. This URL includes query parameters informing Wix where to redirect the visitor back to on the Wix Headless client site. - name: urlDetails | type: URLDetails | description: Details about the URL of the redirect session. - name: endpoint | type: string | description: Endpoint of the url. This includes the base URL and the path to the endpoint, without query parameters. For example: `https://mysite.com/_api/oauth2/authorize`. - name: searchParams | type: object | description: URL query parameters. - name: sessionToken | type: string | description: The session token to pass to the Wix page to maintain the visitor's identity. - name: value | type: string | description: - name: shortUrl | type: string | description: The short URL of the Wix page to redirect the visitor to. This URL includes query parameters informing Wix where to redirect the visitor back to on the Wix Headless client site. ```