---
title: "Read Update Session"
method: GET
path: "/v1/channel/seller/update-session"
tags: ["Seller"]
---

# Read Update Session

`GET /v1/channel/seller/update-session`

## Query parameters

- `session` string, required

## Response `200`

Session updated

- UpdateSession — Result of starting a seller update session — contains the redirect URL the seller has to visit, the affected sellerId and session expiry.
  - `updateUrl` string — URL the seller has to visit to update the existing channel link
  - `sellerId` string — A unique Id identify a Seller on a specific SalesChannel. The SellerId is generated from the Channel itself during the Seller SignUp Process.
  - `expiresAt` integer

## Other responses

- `401` — Access forbidden, invalid or unknown Token was used.
- `404` — Requested resource not found.
- `500` — Unexpected Server Error

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
