---
title: "GET /authMethods/listForProject/{projectId}"
method: GET
path: "/authMethods/listForProject/{projectId}"
tags: ["authMethods"]
---

# GET /authMethods/listForProject/{projectId}

`GET /authMethods/listForProject/{projectId}`

## Path parameters

- `projectId` string, required

## Response `200`

- ListAuthMethodResponseDto
  - `items` ListAuthMethodItem[], required
    - `type` 'OAUTH2' | 'EMAIL' | 'PHONE_NUMBER' | 'ANONYMOUS', required
    - `provider` 'PASSWORDLESS_EMAIL' | 'EMAIL_AND_PASSWORD' | 'SMS' | 'ANONYMOUS' | 'GOOGLE' | 'GITHUB' | 'GITLAB' | 'MICROSOFT', required
    - `projectId` string, required
    - `isEnabled` boolean, required
    - `clientId` string, nullable, required
    - `clientSecret` string, nullable, required
    - `scopes` string[], required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `total` number, required

## Changes

- **2023-10-08** `04662553c550` — 1 warning
  - added the new `PHONE_NUMBER` enum value to the `items/items/type` response property for the response status `200`
- **2023-10-08** `4f720e0eab6a` — 1 warning, 3 info
  - added the new `SMS` enum value to the `items/items/provider` response property for the response status `200`
  - removed the `APPLE` enum value from the `items/items/provider` response property for the response status `200`
  - removed the `FACEBOOK` enum value from the `items/items/provider` response property for the response status `200`
  - removed the `TWITTER` enum value from the `items/items/provider` response property for the response status `200`
- **2023-10-07** `adfd08e33fc7` — 5 warning, 4 info
  - added the new `ANONYMOUS` enum value to the `items/items/provider` response property for the response status `200`
  - added the new `ANONYMOUS` enum value to the `items/items/type` response property for the response status `200`
  - added the new `EMAIL` enum value to the `items/items/type` response property for the response status `200`
  - added the new `EMAIL_AND_PASSWORD` enum value to the `items/items/provider` response property for the response status `200`
  - …5 more
- **2023-09-23** `a3a86f6676bc` — 1 info
  - endpoint added
- **2023-09-20** `6610666a572e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agentlabs-dev/apis/agentlabs-api/changes/authMethods/listForProject/:projectId/get.md)

---

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