---
title: "Authorize Silent"
method: POST
path: "/authorize/silent"
---

# Authorize Silent

`POST /authorize/silent`

Start a routed silent flow after CSRF and organization checks.

## Request body

- AuthorizeSilentRequest
  - `code_challenge` string, required
  - `code_challenge_method` string, required
  - `callback_uri` string, required
  - `nonce` string, required
  - `organization_id` string, required
  - `state` string, required

## Response `200`

Successful Response

- AuthorizeResponse
  - `authorization_url` string, required
  - `cohort` AuthRoutingCohort, required
    - `connection` string, required
    - `environment` string, required
    - `issuer` string, required
    - `organization` string, required
    - `tenant` string, required
  - `issuer` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
