---
title: "Generate an iframe URL for a user with link token"
method: POST
path: "/v4/user-links/{linkToken}/iframe-url"
tags: ["User Links"]
---

# Generate an iframe URL for a user with link token

`POST /v4/user-links/{linkToken}/iframe-url`

Generate a URL that can be used to embed logged in user data in an iframe.

## Path parameters

- `linkToken` string, required

## Query parameters

- `page` string, required

## Response `201`

- UserIframeUrlV4ResponseDto
  - `iframeUrl` string, required — The iframe URL used to embed an authenticated user in your application

---

[API](https://skmtc.net/slopepay/apis/slope-v4-api.md) · [All operations](https://skmtc.net/slopepay/apis/slope-v4-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slopepay/slope-v4-api/revisions/cbdbc861073b/schema)
