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

# Read Signup Session

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

## Query parameters

- `session` string, required

## Response `200`

Signup session retrieved

- SignupSession — Result of starting a seller signup session — contains the redirect URL the seller has to visit and the session expiry.
  - `signUpUrl` string — Signup Url
  - `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)
