---
title: "Execute a Workflow by ID"
method: POST
path: "/v1/workflows/{id}/run"
---

# Execute a Workflow by ID

`POST /v1/workflows/{id}/run`

Execute a workflow by workflow ID.

## Path parameters

- `id` string, required

## Headers

- `Organization-Id` string

## Request body

- object
  - `input` string, json, required — your workflow input variable for execution.

## Response `202`

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/paymongo/apis/paymongo-api.md) · [All operations](https://skmtc.net/paymongo/apis/paymongo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paymongo/paymongo-api/versions/c18f9a027b2c/schema)
