Embed Tokens
Generate an Embed Token
Creates a short-lived (15 minutes) token for authenticating an embedded map view without logging into Felt.
Usage
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 an Embed URL in an iframe
<iframe src="https://felt.com/embed/map/{mapId}?token={token}"></iframe>
Last updated