---
title: "Integration url"
method: GET
path: "/1/videos/{channel}/players/{player}/embed/url"
tags: ["Players > Embeds"]
---

# Integration url

`GET /1/videos/{channel}/players/{player}/embed/url`

Try to retrieve the parameters needed to construct an iframe for the player identified by the given
player ID for the given channel, or for the last updated player of the channel, if any.
If the channels hasn't any player and that no player ID is provided,
it will return parameters for a default player.

If the channels doesn't exist or that the player isn't linked to the channel,
or that the channel is badly configured, this will throw an error.

## Path parameters

- `channel` integer, required
- `player` integer, required

## Query parameters

- `with` string

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` A57c9d69Urlressource
    - `src` string, required
    - `player_id` integer, required — Unique identifier of the `player` that is related to the resource `Url ressource`
    - `channel_id` integer, required — Unique identifier of the `channel` that is related to the resource `Url ressource`

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
