List Supported API Versions
get
                    /api/
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
Example Response (application/json)
                    {
    "available_versions":{
        "v2":"/api/v2/"
    },
    "current_version":"/api/v2/",
    "custom_login_info":"",
    "custom_logo":"",
    "description":"AWX REST API",
    "login_redirect_override":"",
    "oauth2":"/api/o/"
}