cURL
curl --request POST \ --url https://api.benchify.com/v1/validate-template \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "return_diagnostics": true, "build_cmd": "<string>", "dev_cmd": "<string>", "tsc_cmd": "<string>", "event_id": "<string>", "template_id": "<string>", "response_format": "DIFF", "meta": { "external_id": "<string>" } }'
{ "success": true, "error": "<string>" }
Benchify API Key. Obtain a key from the Benchify web portal under Settings > Credentials. Provide the key in the Authorization header as Bearer $BENCHIFY_KEY.
Bearer $BENCHIFY_KEY
Successful Response
The response is of type object.
object
Was this page helpful?