Get OAuth server status

Returns the status of the interactive OAuth authentication server, including the authorization URL when it is running.

post/config/oauthstatus

Query parameters

_groupstring

Assign the request to a custom stats group.

_asyncboolean

Run the command asynchronously. Returns a job id immediately.

Headers

Prefer'respond-async'

Set to "respond-async" with _async=true to receive HTTP 202 instead of 200.

Request body

_groupstring

Assign the request to a custom stats group.

_asyncboolean

Run the command asynchronously. Returns a job id immediately.

Response

Status of the interactive OAuth authentication server.

status'running' | 'stopped' required

Whether the OAuth authentication server is currently running.

authUrlstring

Authorization URL to open in a browser. Present only when status is "running".

Changes