---
title: "Authorize Methods"
method: POST
path: "/authorize/methods"
---

# Authorize Methods

`POST /authorize/methods`

Preserve legacy discovery until authoritative routing is enabled.

## Request body

- AuthorizeMethodsRequest — Request body for getting authentication methods by email.
  - `email` string, required
  - `invite_code` string, nullable

## Response `200`

Successful Response

- AuthorizeMethodsResponse — Response containing available authentication methods for a user's organization.
  - `organization` string, nullable
  - `auth_provider` string, nullable
  - `org_identifier` string, nullable
  - `auth0_id` string, nullable
  - `methods` APIApiSchemaAuthAuthenticationMethod[], required
    - `id` string, required
    - `name` string, required
  - `server_authoritative` boolean, nullable

## 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)
