---
title: Verifying ABS POC mode
description: Use the API Behavioral Security (ABS) Admin REST API to verify whether ABS AI engine is running in the POC mode.
component: pingintelligence
version: 5.2
page_id: pingintelligence:pingintelligence_reference_guide:pingintelligence_verifying_poc_mode
canonical_url: https://docs.pingidentity.com/pingintelligence/5.2/pingintelligence_reference_guide/pingintelligence_verifying_poc_mode.html
revdate: April 3, 2024
section_ids:
  about-this-task: About this task
  steps: Steps
  example: Example:
---

# Verifying ABS POC mode

## About this task

Use the API Behavioral Security (ABS) Admin REST API to verify whether ABS AI engine is running in the POC mode.

## Steps

* You can access the report by calling the ABS application programming interface (API) *(tooltip: \<div class="paragraph">
  \<p>A specification of interactions available for building software to access an application or service.\</p>
  \</div>)* at https\://*\<abs\_ip>*:*\<abs\_port>*/v5/abs/admin.

  ### Example:

  The following example shows where `poc`has been set to `true`in bold:

  ```json
  {
      "company": "ping identity",
      "name": "api_admin",
      "description": "This report contains status information on all APIs, ABS clusters, and ASE logs",
      "license_info": {
          "tier": "Subscription",
          "expiry": "Sun Feb 21 00:00:00 UTC 2021",
          "max_transactions_per_month": 100000000,
          "current_month_transactions": 41243418,
          "max_transactions_exceeded": false,
          "expired": false
      },
      "across_api_prediction_mode": true,
       "poc": true,
      "api_discovery": {
          "subpath_length": "1",
          "status": true
      },

  ...truncated admin API output...
  }
  ```
