---
title: "Retrieve auth config"
method: POST
path: "/auth.config"
tags: ["Auth"]
---

# Retrieve auth config

`POST /auth.config`

Retrieve authentication options

## Response `200`

OK

- object
  - `data` object
    - `name` string
    - `hostname` string
    - `services` object[]
      - `id` string
      - `name` string
      - `authUrl` string

## Other responses

- `429` — The request was rate limited.

## Changes

- **2024-10-18** `fdf2ec9c9df4` — 1 info
  - added the non-success response with the status `429`

[Change history](https://skmtc.dev/defaulr/apis/outline-api/changes/auth.config/post.md)

---

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