Embed Tokens
Last updated
Was this helpful?
Last updated
Was this helpful?
Creates a short-lived (15 minutes) token for authenticating a visitor to view a private embedded map view without being logged into Felt. You must provide a user_email
to associate the token with the end user that will be viewing the map.
Generate a token by making a call to this API from your server
Securely pass the token to your frontend client
Include the token as a query parameter on the Embed URL in an iframe
<iframe src="https://felt.com/embed/map/{mapId}?token={token}"></iframe>
You can allow EmbedToken based page views to export layer data.
Turn on "Viewer permissions: Export data" in Map settings
Each token must be associated with the email address of the user who will use it.