Search
K

Continue a hosted application

Learn how to continue a hosted application and redirect the user to Wayflyer to complete their application.

This page documents v4 (Hosted Application). v4 is in maintenance mode. New integrations should use v5 (Embedded Journey). Existing partners can follow the Migration Guide to upgrade.

Calling the API endpoint

When the user clicks on the continue application CTA the partner should call the continue hosted application endpoint to get a URL to redirect the user to.

The response will be like below:

{
  next: "https://app.wayflyer.com"
}

The next property is the URL the user should be redirected to. This will take them back to the Wayflyer application where they can continue and complete their application.