Skip to main content

Request to create a Refresh Intent

To request an on demand update of a Link, you need to make a request to the Refresh Intent resource.

Response when creating a Refresh Intent

The response to the request above returns the Refresh Intent object, that looks something like this:
The id of the response is what you should use to request the details of the Refresh Intent. If the requires_mfa field is null, you can wait until a refresh_intent.succeeded event gets notified through a webhook. Otherwise, you must open the widget so that the user can introduce their second factor authentication. If this is the case, then the response would look like this:
Here, the requires_mfa field corresponds to an object, which has a widget_token field that you must use when opening the widget.