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"
}Create or rotate the API key for a webhook.
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"
}wf_[0-9a-zA-Z]+Was this page helpful?