servicetest.aloquatet.com Open in urlscan Pro
103.101.161.53  Public Scan

Submitted URL: https://servicetest.aloquatet.com/
Effective URL: https://servicetest.aloquatet.com/swagger/ui/index
Submission: On June 03 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 2 forms found in the DOM

<form id="api_selector">
  <div class="input"><input placeholder="http://example.com/api" id="input_baseUrl" name="baseUrl" type="text"></div>
  <div class="input"><input placeholder="api_key" id="input_apiKey" name="apiKey" type="text"></div>
  <div class="input"><a id="explore" class="header__btn" href="#" data-sw-translate="">Explore</a></div>
</form>

<form accept-charset="UTF-8" class="sandbox">
  <div style="margin:0;padding:0;display:inline"></div>
  <h4 data-sw-translate="">Parameters</h4>
  <table class="fullwidth parameters">
    <thead>
      <tr>
        <th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter</th>
        <th style="width: 310px; max-width: 310px" data-sw-translate="">Value</th>
        <th style="width: 200px; max-width: 200px" data-sw-translate="">Description</th>
        <th style="width: 100px; max-width: 100px" data-sw-translate="">Parameter Type</th>
        <th style="width: 220px; max-width: 230px" data-sw-translate="">Data Type</th>
      </tr>
    </thead>
    <tbody class="operation-params">
      <tr>
        <td class="code required"><label for="mrequestDto0.03973235584129853">requestDto</label></td>
        <td>
          <textarea class="body-textarea required" placeholder="(required)" name="requestDto" id="mrequestDto0.03973235584129853"></textarea>
          <div class="editor_holder"></div>
          <br>
          <div class="parameter-content-type">
            <div><label for="pct0.8590520476455501" data-sw-translate="">Parameter content type:</label>
              <select name="parameterContentType" id="pct0.8590520476455501">
                <option value="application/json">application/json</option>
                <option value="text/json">text/json</option>
                <option value="application/xml">application/xml</option>
                <option value="text/xml">text/xml</option>
                <option value="application/x-www-form-urlencoded">application/x-www-form-urlencoded</option>
              </select>
            </div>
          </div>
        </td>
        <td>
          <strong><span class="markdown"></span></strong>
        </td>
        <td>body</td>
        <td><span class="model-signature">
            <div>
              <div>
                <ul class="signature-nav">
                  <li><a class="description-link" href="#" data-sw-translate="">Model</a></li>
                  <li><a class="snippet-link selected" href="#" data-sw-translate="">Example Value</a></li>
                </ul>
                <div>
                  <div class="signature-container">
                    <div class="description" style="display: none;">
                      <span class="strong">PartnerRequest {</span>
                      <div><span class="propName ">partnerId</span> (<span class="propType">string</span>, <span class="propOptKey">optional</span>)</div><span class="strong">}</span>
                    </div>
                    <div class="snippet" style="display: block;">
                      <div class="snippet_json" style="display: block;">
                        <pre><code>{
  "partnerId": "string"
}</code></pre>
                        <small class="notice" data-sw-translate=""></small>
                      </div>
                      <div class="snippet_xml" style="display: none;">
                        <pre><code>&lt;?xml version="1.0"?&gt;
&lt;PartnerRequest&gt;
  &lt;partnerId&gt;string&lt;/partnerId&gt;
&lt;/PartnerRequest&gt;
</code></pre>
                        <small class="notice" data-sw-translate=""></small>
                      </div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </span></td>
      </tr>
    </tbody>
  </table>
  <div class="sandbox_header">
    <input class="submit" type="submit" value="Try it out!" data-sw-translate="">
    <a href="#" class="response_hider" style="display:none" data-sw-translate="">Hide Response</a>
    <span class="response_throbber" style="display:none"></span>
  </div>
</form>

Text Content

swagger
Explore

SABLANCA API



 * AUTHORIZATION
   
    * Show/Hide
    * List Operations
    * Expand Operations
   
   
   * * POST /API/OAUTH/TOKEN
       
        * 
       
       RESPONSE CLASS (STATUS 200)
       
       OK
       
        * Model
        * Example Value
       
       TokenResponse {
       Token (string, optional),
       TokenType (string, optional),
       Status (boolean, optional),
       Message (string, optional)
       }
       
       {
         "Token": "string",
         "TokenType": "string",
         "Status": true,
         "Message": "string"
       }
       
       <?xml version="1.0"?>
       <TokenResponse>
         <Token>string</Token>
         <TokenType>string</TokenType>
         <Status>true</Status>
         <Message>string</Message>
       </TokenResponse>
       
       
       
       Response Content Type application/json text/json application/xml text/xml
       
       PARAMETERS
       
       Parameter Value Description Parameter Type Data Type requestDto
       
       
       Parameter content type: application/json text/json application/xml
       text/xml application/x-www-form-urlencoded
       body
        * Model
        * Example Value
       
       PartnerRequest {
       partnerId (string, optional)
       }
       
       {
         "partnerId": "string"
       }
       
       <?xml version="1.0"?>
       <PartnerRequest>
         <partnerId>string</partnerId>
       </PartnerRequest>
       
       
       Hide Response
       
       CURL
       
       
       
       REQUEST URL
       
       
       
       RESPONSE BODY
       
       
       
       RESPONSE CODE
       
       
       
       RESPONSE HEADERS
       
       

[ BASE URL: , API VERSION: V1 ]