Use this endpoint to validate an executor configuration against its JSON Schema.
API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.
Unique identifier of the catalog executor.
Request body containing the configuration to validate.
Configuration object to validate.
{
"method": "POST",
"url": "https://api.example.com/validate"
}