Skip to main content
POST
/
dispatch
/
tasks
/
{task_id}
/
preview-update
/
{endpoint_name}
Preview an endpoint update
curl --request POST \
  --url https://api.parse.bot/dispatch/tasks/{task_id}/preview-update/{endpoint_name} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "params": {}
}'
{
  "status": "<string>",
  "data": {},
  "sample_inputs": {}
}

Authorizations

X-API-Key
string
header
required

API key for programmatic access. Get yours at https://parse.bot or via POST /account/api-key with JWT auth.

Path Parameters

task_id
string
required
endpoint_name
string
required

Body

application/json
params
object

Test parameters for the endpoint

Response

200 - application/json

Execution result from the canonical version

status
string
data
object
sample_inputs
object

Pre-fill data from canonical for this endpoint