v6

latestOpenAPI 3.0.0raw.githubusercontent.com2024-10-187525179.6 KB
Auth

Retrieve auth config

Retrieve authentication options

post/auth.config

Response

OK

Example response

{
  "data": {
    "name": "Acme Inc",
    "hostname": "acme-inc.getoutline.com",
    "services": [
      {
        "id": "slack",
        "name": "Slack",
        "authUrl": "https://acme-inc.getoutline.com/auth/slack"
      }
    ]
  }
}