Get Api Available Products Technical (BETA) Testing
Run in Apidog
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 Code Samples
curl --location --request GET 'https://evsb.csqworld.com/product/api/available' \
--header 'U: {{U}}' \
--header 'SH: {{SH}}' \
--header 'ST: {{ST}}' Responses
{
"rc" : 0 ,
"items" : [
{
"operatorId" : 0 ,
"name" : "string" ,
"apiCategoryId" : 0 ,
"apiCategoryName" : "string" ,
"dynamic" : true
}
]
} Modified at 2026-02-02 11:15:56