---
title: "Continue a Hosted Application (v4)"
url: "https://docs.wayflyer.com/embedded-journey-v5-overview/v4-legacy/v4-continue-hosted-application"
image: "https://docs.wayflyer.com/_og/d/c_Ocean.takumi,title_Continue+a+Hosted+Application+(v4),props_eyJ0aGVtZSI6eyJtb2RlIjoibGlnaHQiLCJjb2xvcnMiOnsicHJpbWFyeSI6IiMyMzIzMmQifX19,p_Ii9lbWJlZGRlZC1qb3VybmV5LXY1LW92ZXJ2aWV3L3Y0LWxlZ2FjeS92NC1jb250aW51ZS1ob3N0ZWQtYXBwbGljYXRpb24i,s_tB0jMwFGcTsWeQlF.png"
---

## 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)](https://docs.wayflyer.com/embedded-journey-v5-overview). Existing partners can follow the [Migration Guide](https://docs.wayflyer.com/embedded-journey-v5-overview/migration-guide) to upgrade.

## [Calling the API endpoint](#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:

```json
{
  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.