Available deep links in the mobile app

  • Updated

Deep links are URLs that the mobile app is configured to recognize and "catch" when tapped from another app.

When a user taps a link that matches a deep link, the mobile app opens and navigates to a specific screen based on the link.

This article lists the values you can use to create your own links so that they redirect to specific destinations in the mobile app.

General format

All supported deep links follow this general format:

https://{domain}/{destination}?param1=value1&param2=value2…

Where:

Supported destinations

Value Destination
/home, /home/content/all, / Home screen
/group/<groupId> Home page of a group
/profile/activity Profile page of the connected user
/magicLinkLogin/<token> Home screen of the user related to the authentication token
/profile/workspace Workspace of the connected user
/catalog Catalog of the connected user

The values of <groupId> and <token> are extracted from the query parameters.

Supported parameters

Parameter Usage
token Authentication/session
companyId Company context
origin Referrer/source tracking
groupId ID of the group
Check out our blog for more L&D resources.

Was this article helpful?

1 out of 1 found this helpful


Have more questions? Submit a request