POST
/
v2
/
get_tool_offering
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"
  }
}

Fetch detailed information about a specific tool offering by its identifier.

Body

application/json
tool_key_name
string
required

Response

200
application/json
Successfully retrieved tool offering
tool_key
string
required
usage_type
object
required
meta_description
string | null