cURL
curl --request POST \\ --url https://voip-middlware.superu.ai/tool/list \\ --header 'superU-Api-Key: YOUR_SUPERU_API_KEY' \\ --data '{ "page": 1, "per_page": 20, "type": "http" }'
{ "status": "success", "tool_list": [ { "tool_id": "tool_01HXR9259WDZ2X3ZZKQ7HDG4C2", "name": "check-user-status", "type": "http" } ], "page": 1, "per_page": 20 }
Returns tools for the current account.
Your SuperU API key.
Request body for List tools.
Tool List Request schema.
Page value.
x >= 1
1
Per page value.
1 <= x <= 100
20
Optional tool type filter
"http"
Tool list
Generic Response schema.
Status value.
"success"
Message value.
"Request completed successfully"
Data value.