cURL
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.
Successful Response
Was this page helpful?