---
title: "Get team onboarding URL"
method: GET
path: "/teams/{id}/onboarding-url"
tags: ["Teams"]
---

# Get team onboarding URL

`GET /teams/{id}/onboarding-url`

Generate a secure onboarding URL for team setup and configuration.

**Important:** This endpoint is only available for gigstack Connect accounts (master teams).

## Use Cases
- Generate onboarding links for new teams
- Allow secure team configuration setup
- Enable embedded team management flows

**gigstack Connect:** Generate onboarding URLs for other teams using the `team` parameter.

## Path parameters

- `id` string, required

## Query parameters

- `team` string

## Response `200`

Onboarding URL generated successfully

- object
  - `data` string — Secure onboarding URL with session ID and code
  - `message` string

## Other responses

- `401` — Unauthorized - Only available for master teams
- `404` — Team not found

---

[API](https://skmtc.dev/disruptive-learning/apis/gigstack-api-v2.md) · [All operations](https://skmtc.dev/disruptive-learning/apis/gigstack-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/disruptive-learning/gigstack-api-v2/revisions/5cf53ffd7580/schema)
