---
title: "StartHostedApplicationResponse"
url: "https://docs.wayflyer.com/apis/embedded-finance-1-0-0/versions/7d0182a3-23d8-43cc-b636-dac7e1594f96/schemas/StartHostedApplicationResponse"
---

> Full API specification: https://docs.wayflyer.com/apis/embedded-finance-1-0-0/versions/7d0182a3-23d8-43cc-b636-dac7e1594f96.md

# StartHostedApplicationResponse

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Embedded Finance
  version: "1"
servers:
  - url: https://api.wayflyer.com/financing/
    description: Production
components:
  schemas:
    StartHostedApplicationResponse:
      properties:
        next:
          description: The URL to redirect to the user to after making this API call
          title: Next
          type: string
        application_id:
          anyOf:
            - format: uuid
              type: string
            - type: "null"
          description: The ID of the hosted application created by this API call
          title: Application Id
      required:
        - next
        - application_id
      title: StartHostedApplicationResponse
      type: object
```
