---
title: "Start Redshift AWS SSO login"
method: POST
path: "/api/v1/user/warehouseCredentials/redshift/aws-sso/start"
tags: ["My Account"]
---

# Start Redshift AWS SSO login

`POST /api/v1/user/warehouseCredentials/redshift/aws-sso/start`

Start Redshift AWS SSO login

## Request body

- RedshiftAwsSsoStartRequest
  - `region` string
  - `startUrl` string
  - `projectUuid` string

## Response `200`

Ok

- RedshiftAwsSsoStartResponse
  - `results` RedshiftAwsSsoStartResults, required
    - `interval` number, double, required
    - `expiresIn` number, double, required
    - `userCode` string, required
    - `verificationUriComplete` string, required
    - `verificationUri` string, required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

[API](https://skmtc.net/lightdash/apis/lightdash-api.md) · [All operations](https://skmtc.net/lightdash/apis/lightdash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightdash/lightdash-api/versions/40c933755c9a/schema)
