curl --request GET \
--url http://127.0.0.1:9550/v2/get_all_tool_offerings
[
{
"meta_description": "<string>",
"tool_key": "<string>",
"usage_type": {
"PerUse": "Free"
}
}
]
Retrieve a comprehensive list of all available tool offerings in the system.
Successfully retrieved all tool offerings
The response is of type object[]
.
Was this page helpful?
curl --request GET \
--url http://127.0.0.1:9550/v2/get_all_tool_offerings
[
{
"meta_description": "<string>",
"tool_key": "<string>",
"usage_type": {
"PerUse": "Free"
}
}
]
curl --request GET \
--url http://127.0.0.1:9550/v2/get_all_tool_offerings
[
{
"meta_description": "<string>",
"tool_key": "<string>",
"usage_type": {
"PerUse": "Free"
}
}
]
Retrieve a comprehensive list of all available tool offerings in the system.
Successfully retrieved all tool offerings
The response is of type object[]
.
Was this page helpful?
curl --request GET \
--url http://127.0.0.1:9550/v2/get_all_tool_offerings
[
{
"meta_description": "<string>",
"tool_key": "<string>",
"usage_type": {
"PerUse": "Free"
}
}
]