Health Check
Execute Test Suite
Request Parameters
api_key(optional): Override the global Voiceflow API key for this specific test executionvoiceflow_subdomain(optional): Override the global Voiceflow subdomain for this specific test execution. This allows you to test against different Voiceflow environments or custom subdomains without affecting the global configurationsuite: The test suite configuration containing the test definitions
Using Custom Subdomains
When you specify avoiceflow_subdomain, the API will use that subdomain for all interactions in the test suite. For example:
- If you set
"voiceflow_subdomain": "my-custom-env", requests will be sent tohttps://general-runtime.my-custom-env.voiceflow.com - If you omit this field, the global subdomain configuration will be used
- This is particularly useful for testing against staging environments or customer-specific deployments