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"
}
]
}
}