cURL
curl --request GET \ --url https://api.maildiver.com/v1/workflows/{id} \ --header 'Authorization: Bearer <token>'
{ "workflow_id": "0199f234-d327-7cd8-9dc5-4fd8e5e249df", "workspace_id": "0195a927-b706-725a-94dd-372770d920f2", "name": "Welcome Email Series", "status": "active", "current_version": 1, "active_version": 1, "design": "{\"nodes\":[{\"id\":\"trigger\",\"type\":\"trigger\",\"position\":{\"x\":100,\"y\":100},\"data\":{\"eventName\":\"user_signed_up\"}}],\"edges\":[]}", "created": 1742299707142, "updated": 1742299707142, "created_by": "[email protected]", "created_by_type": "user" }
Endpoint: v1/workflows/{id}
v1/workflows/{id}
Retrieve details of a specific workflow including its configuration and design.
API key with format "Bearer {your-api-key}"
Unique identifier of the workflow
OK
Was this page helpful?