---
title: "Get embedded flow configuration"
method: GET
path: "/2026Q2/embedded-flows/link-requests/{embeddedLinkRequestId}"
tags: ["link-requests"]
---

# Get embedded flow configuration

`GET /2026Q2/embedded-flows/link-requests/{embeddedLinkRequestId}`

Retrieves an Embedded Flow configuration by embedded link request ID. Typically this is not needed to be called as its used by the flow itself.

Embedded Flows uses this endpoint to load the configuration for a previously created link request. For an example flow, see the [Embedded Flows guide](/guides/product/embedded-flows/index.md#hosted-recipient-creation-flow).

## Path parameters

- `embeddedLinkRequestId` string, uuid, required

## Headers

- `X-External-Correlation-Id` string, uuid

## Response `200`

Embedded link request found.

- object
  - `id` string, uuid, required — Embedded link request ID.
  - `profileId` integer, required — Profile that owns the embedded flow.
  - `type` 'RECIPIENT' | 'KYC', required — Embedded Flow type.
  - `clientKey` string, required — Client key that created the embedded link request.
  - `metadata` object, required — Flow-specific metadata.
    - `targetCurrency` string — Optional target currency for hosted recipient creation.
  - `redirectUrl` string, uri, required — URL where Wise redirects the user after the flow resolves.

## Other responses

- `401` — User is not authorised to access the resource.
- `404` — Embedded link request not found.
- `429` — Rate limit exceeded. Retry after the number of seconds specified in the `Retry-After` header.

---

[API](https://skmtc.net/wise/apis/platform-api.md) · [All operations](https://skmtc.net/wise/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wise/platform-api/revisions/4907a1d269ab/schema)
