cURL
curl --request POST \ --url https://api.example.com/api/executions/{execution_uuid}/pause \ --header 'X-Kinetic-Key: <api-key>'
{ "is_error": false, "error_message": "<string>" }
Your Kinetic API key
Successful Response
Was this page helpful?