---
title: "Get Composer auth config."
method: GET
path: "/api/config/auth"
tags: ["Configuration"]
---

# Get Composer auth config.

`GET /api/config/auth`

## Response `200`

The Composer auth configuration.

- ConfigAuth
  - `github-oauth` object

## Changes

- **2025-03-06** `4dc3bf84edf7` — 2 info
  - the endpoint scheme security `CookieAuthentication` was added to the API
  - the endpoint scheme security `TokenAuthentication` was added to the API
- **2023-05-05** `0a66bb0ccf19` — 1 breaking, 1 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the optional property `github-oauth` to the response with the `200` status
- **2020-07-23** `42c41034504b` — 1 breaking, 1 warning, 2 info
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `github-oauth` from the response with the `200` status
  - the endpoint scheme security `CookieAuthentication` was removed from the API
  - the endpoint scheme security `TokenAuthentication` was removed from the API

[Change history](https://skmtc.dev/contao/apis/contao-manager-api/changes/api/config/auth/get.md)

---

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