Custom Tools
Test a tool
Executes a persisted API call tool with the provided argument values and returns the HTTP response. Requires a USER API key.
post/public/v1/tools/{toolId}/test
Path parameters
toolIdnumber nullable
Example:123
Request body
Example request
{
"values": {
"contactId": "42"
}
}Response
Tool test result
Example response
{
"status": 200,
"headers": {
"content-type": "application/json"
},
"duration": 245,
"contentLength": 128
}