Skip to main content
POST
/
workflows
/
{workflow_id}
/
webhook
/
api-key
Generate Webhook Api Key
curl --request POST \
  --url https://api.example.com/workflows/{workflow_id}/webhook/api-key \
  --cookie fastapiusersauth=
{
  "api_key": "<string>",
  "preview": "<string>",
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workflow_id
required

Query Parameters

workspace_id
string<uuid>
required

Response

Successful Response

api_key
string
required
preview
string
required
created_at
string<date-time>
required