---
title: "Retrieve card data view URL"
method: GET
path: "/v2/cards/{id}/data_view"
tags: ["Cards"]
---

# Retrieve card data view URL

`GET /v2/cards/{id}/data_view`

Note: this API is still in beta. Please get in touch with our team to know more:
https://getqonto.atlassian.net/servicedesk/customer/portal/5

OAuth scope: `card.read`

---

This endpoint allows you to retrieve the URL to be displayed in an iframe to view the card preview with its details. Note that HTML encoding is applied to the URL, replacing &, <, and > with \u0026, \u003c, and \u003e respectively.
We recommend the following size of the iframe:
* Height - 460px
* Width - 504px

This size will ensure the most optimum UX within the iframe for both the card view and SCA experience.

## Path parameters

- `id` string, uuid, required — Unique card identifier

## Headers

- `X-Qonto-Staging-Token` string
- `Accept-Language` string, required

## Response `200`

OK

- object
  - `iframe_url` string

## Other responses

- `400` — Invalid payload
- `403` — Forbidden

---

[API](https://skmtc.net/hiit-consulting-fr/apis/qonto.md) · [All operations](https://skmtc.net/hiit-consulting-fr/apis/qonto/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiit-consulting-fr/qonto/revisions/25208d6f9deb/schema)
