---
title: "Authentication Source"
method: GET
path: "/api/3/authentication_sources/{id}"
tags: ["User"]
---

# Authentication Source

`GET /api/3/authentication_sources/{id}`

Returns the details for an authentication source.

## Path parameters

- `id` AuthenticationSourceID, required — The identifier of the authentication source to use to authenticate the user. The source with the specified identifier must be of the type specified by `type`. If `id` is omitted, then one source of the specified `type` is selected.
  - `id` object

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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