Skip to main content
POST

Authorizations

Authorization
string
header
required

Your iwy Service API Key. Find it at app.iwy.ai/settings.

Include it in the Authorization header:

Path Parameters

id
string<uuid>
required

The unique identifier (UUID) of the tool

Body

application/json
parameters
object
required

Parameters to pass to the tool

Example:
validate_only
boolean
default:false

Only validate parameters without calling webhook

Response

Tool test executed successfully

success
boolean
required

Whether the test was successful

execution_time_ms
integer

Execution time in milliseconds

validation
string

Validation status (for validate_only requests)

message
string

Human-readable message

tool
object

Tool information

request_sent
object

Details of the request sent to webhook

response_received
object

Response from the webhook