curl --request POST \
--url http://127.0.0.1:9550/v2/get_tool_offering \
--header 'Content-Type: application/json' \
--data '{
"tool_key_name": "<string>"
}'
{
"meta_description": "<string>",
"tool_key": "<string>",
"usage_type": {
"PerUse": "Free"
}
}
curl --request POST \
--url http://127.0.0.1:9550/v2/get_tool_offering \
--header 'Content-Type: application/json' \
--data '{
"tool_key_name": "<string>"
}'
{
"meta_description": "<string>",
"tool_key": "<string>",
"usage_type": {
"PerUse": "Free"
}
}
Successfully retrieved tool offering
The response is of type object
.
Was this page helpful?