---
title: "Fetch onboarding url"
method: GET
path: "/omni/onboarding-url"
tags: ["Interview"]
---

# Fetch onboarding url

`GET /omni/onboarding-url`

Fetch onboarding URL generated for specific user and specific flow. Only supply a `clientId`, if a redirect to mobile feature
has been added to the flow configuration and SMS and desktop onboarding is needed. Alternatively, if only a QR code is needed,
it's recommended to supply `clientId`, `components` and `tag` parameters. The alternative will return a highly performant
app launcher screen when redirect to mobile has been ena    bled.

## Query parameters

- `components` 'qr'
- `tag` 'payments' | 'verification'
- `shortUrl` 'true' | 'false'

## Headers

- `api-version` string, required

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/incode/apis/incode-omni-api.md) · [All operations](https://skmtc.net/incode/apis/incode-omni-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/incode/incode-omni-api/versions/30cd6d926ea3/schema)
