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"
}
]
}
}Changes
Changed in 1 of the 6 revisions of this API.1
- ○
added the non-success response with the status
429response-non-success-status-added
- ○