---
title: "Get Nango Session Token"
method: GET
path: "/api/v1/integrations/session-token"
tags: ["integrations"]
---

# Get Nango Session Token

`GET /api/v1/integrations/session-token`

Fetch a short-lived session token from Nango for the Connect UI.

Pass ?allowed_integrations=supabase to scope the session to a single provider.
Returns the full Nango session dict (includes ``token`` + any extra fields).

Note: the legacy endpoint calls Nango directly without provider validation,
so we mirror that by going via the adapter rather than the MintNangoSessionToken
operation (which requires a validated provider slug).

Per-resource permissions: any company member may start a connect flow —
this runs BEFORE any integration row exists, so there is no resource to
gate on. The creator is auto-granted ADMIN when the row is created.

## Query parameters

- `allowed_integrations` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/netter/apis/dmi-backend.md) · [All operations](https://skmtc.net/netter/apis/dmi-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netter/dmi-backend/revisions/a59877bf911b/schema)
