jio-api.tessact.com Open in urlscan Pro
2606:4700:3035::ac43:d868  Public Scan

Submitted URL: http://jio-api.tessact.com/
Effective URL: https://jio-api.tessact.com/api/v1/
Submission: On June 07 via api from IN — Scanned from DE

Form analysis 1 forms found in the DOM

<form id="get-form" class="pull-right">
  <fieldset>
    <div class="btn-group format-selection">
      <a class="btn btn-primary js-tooltip" href="/api/v1/" rel="nofollow" title="" data-original-title="Make a GET request on the Api Root resource">GET</a>
      <button class="btn btn-primary dropdown-toggle js-tooltip" data-toggle="dropdown" title="" data-original-title="Specify a format for the GET request">
        <span class="caret"></span>
      </button>
      <ul class="dropdown-menu">
        <li>
          <a class="js-tooltip format-option" href="/api/v1/?format=json" rel="nofollow" title="" data-original-title="Make a GET request on the Api Root resource with the format set to `json`">json</a>
        </li>
        <li>
          <a class="js-tooltip format-option" href="/api/v1/?format=api" rel="nofollow" title="" data-original-title="Make a GET request on the Api Root resource with the format set to `api`">api</a>
        </li>
      </ul>
    </div>
  </fieldset>
</form>

Text Content

Django REST framework
 * Log in

 * Api Root

GET
 * json
 * api


API ROOT



GET /api/v1/

HTTP 401 Unauthorized
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
WWW-Authenticate: Basic realm="api"

{
    "detail": "Authentication credentials were not provided."
}