---
title: Listing API JSON files
description: Check the addition of an API JSON file to ASE by running the following CLI command:
component: pingintelligence
version: 5.2
page_id: pingintelligence:pingintelligence_reference_guide:pingintelligence_listing_api_json_files
canonical_url: https://docs.pingidentity.com/pingintelligence/5.2/pingintelligence_reference_guide/pingintelligence_listing_api_json_files.html
revdate: May 6, 2024
section_ids:
  steps: Steps
  example: Example:
---

# Listing API JSON files

## Steps

* Check the addition of an API JSON file to ASE by running the following CLI command:

  ```
  /<ASE_Installation path>/pingidentity/ase/bin/cli.sh –u admin -p admin list_api
  ```

* Use [List API](pingintelligence_rest_api_inline_sideband_ase.html) in ASE Admin APIs to verify.

  ### Example:

  The following is a sample `curl` command for it:

  ```shell
  curl --location --request GET '{{List_API}}' \
  --header '{{Access_Key_Header}}: {{Access_Key}}' \
  --header '{{Secret_Key_Header}}: {{Secret_key}}'
  ```
