Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

assistant_id
string
required

Unique identifier of the assistant.

tool_id
string
required

Unique identifier of the tool.

Body

application/json

Request model for testing a webhook tool

arguments
Arguments · object

Key-value arguments to use for the webhook test

dynamic_variables
Dynamic Variables · object

Key-value dynamic variables to use for the webhook test

Response

Successful Response

Response model for webhook tool test results

data
TestWebhookToolResponse · object
required

Response model for webhook tool test results