---
title: "GET /onboardings/{onboardingId}/resume"
method: GET
path: "/onboardings/{onboardingId}/resume"
tags: ["onboardings"]
---

# GET /onboardings/{onboardingId}/resume

`GET /onboardings/{onboardingId}/resume`

Retrieves a continuation (resume) URL for a previously-started, in-progress onboarding session.

This allows an end-user to return to their onboarding process after leaving the session without completing it.

Important:

The onboardingId must be taken from the response returned by the onboarding creation endpoint (POST /onboardings/company, /association, /sole_trader, /individual).

This ID is mandatory and must be included in the request path

## Path parameters

- `onboardingId` string, required

## Response `200`

- CreateUrlResponse
  - `url` string, required

---

[API](https://skmtc.net/lemonway/apis/account-onboarding-management-api.md) · [All operations](https://skmtc.net/lemonway/apis/account-onboarding-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lemonway/account-onboarding-management-api/revisions/73309fe68e2d/schema)
