# Example request using curl
curl -X GET http://coder-server:8080/api/v2/applications/auth-redirect \
-H 'Coder-Session-Token: API_KEY'GET /applications/auth-redirect
| Name | In | Type | Required | Description |
|---|---|---|---|---|
redirect_uri |
query | string | false | Redirect destination |
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 307 | Temporary Redirect | Temporary Redirect |
To perform this operation, you must be authenticated. Learn more.
# Example request using curl
curl -X GET http://coder-server:8080/api/v2/applications/host \
-H 'Accept: application/json' \
-H 'Coder-Session-Token: API_KEY'GET /applications/host
200 Response
{
"host": "string"
}| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | OK | codersdk.AppHostResponse |
To perform this operation, you must be authenticated. Learn more.