CSQ Docs
    CSQ Docs
    CSQ API Doc
    • CSQ API Doc
    • Dummy Product Usage Guide
    • Back to home
    • Products
    • Get Api Available Products Technical (BETA)
      GET
    • Get Product Portfolio Commercial Offer (BETA)
      GET

      Get Api Available Products Technical (BETA)

      Testing
      GET
      /product/api/available

      AVAILABLE PRODUCTS API CATALOG (TECHNICAL)#

      📌 Overview#

      This API allows querying the AVAILABLE PRODUCTS API CATALOG, returning a list of
      operators and their associated API categories. The information is
      intended for configuration screens, catalog management technical tools, and
      integration layers.

      📍 Endpoint: Get Api Available Products#

      GET /product/api/available
      This endpoint returns the available operators with their metadata.

      ✔️ Response Structure#

      {
        "rc": 0,
        "items": [
          {
            "operatorId": 0,
            "name": "string",
            "apiCategoryId": 0,
            "apiCategoryName": "string",
            "dynamic": true
          }
        ]
      }

      🎯 Purpose#

      The purpose of this API is to provide a structured list of operators
      and their related API categories.

      Request

      Header Params

      Request Code Samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://evsb.csqworld.com/product/api/available' \
      --header 'U: {{U}}' \
      --header 'SH: {{SH}}' \
      --header 'ST: {{ST}}'

      Responses

      🟢200OK
      application/json
      OK
      Body

      Example
      {
          "rc": 0,
          "items": [
              {
                  "operatorId": 0,
                  "name": "string",
                  "apiCategoryId": 0,
                  "apiCategoryName": "string",
                  "dynamic": true
              }
          ]
      }
      Modified at 2026-02-02 11:15:56
      Next
      Get Product Portfolio Commercial Offer (BETA)
      Built with