cURL
curl --request POST \ --url https://api.dualship.run/api/v1/flows/{id}/deploy \ --header 'Authorization: Bearer <token>' \ --header 'X-Workspace-Id: <x-workspace-id>'
{ "deployed_at": "2024-01-15T10:30:00Z", "deployment_id": "550e8400-e29b-41d4-a716-446655440003", "environment": "production", "flow_id": "550e8400-e29b-41d4-a716-446655440000", "status": "deployed", "version": 1 }
Deploy a flow to make it live
JWT Bearer token authentication
Workspace ID
Flow ID
Flow deployed successfully
"2024-01-15T10:30:00Z"
"550e8400-e29b-41d4-a716-446655440003"
"production"
"550e8400-e29b-41d4-a716-446655440000"
"deployed"
1
Was this page helpful?