curl --request GET \
--url https://api.example.com/workflows/{workflow_id}/webhook \
--cookie fastapiusersauth={
"owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"id": "<string>",
"secret": "<string>",
"status": "online",
"allowlisted_cidrs": [
"<string>"
],
"filters": {},
"methods": [
"GET"
],
"workflow_id": "<string>",
"url": "<string>",
"has_active_api_key": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"entrypoint_ref": "<string>",
"api_key_preview": "<string>",
"api_key_created_at": "2023-11-07T05:31:56Z",
"api_key_last_used_at": "2023-11-07T05:31:56Z",
"api_key_revoked_at": "2023-11-07T05:31:56Z"
}Get the webhook from a workflow.
curl --request GET \
--url https://api.example.com/workflows/{workflow_id}/webhook \
--cookie fastapiusersauth={
"owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"id": "<string>",
"secret": "<string>",
"status": "online",
"allowlisted_cidrs": [
"<string>"
],
"filters": {},
"methods": [
"GET"
],
"workflow_id": "<string>",
"url": "<string>",
"has_active_api_key": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"entrypoint_ref": "<string>",
"api_key_preview": "<string>",
"api_key_created_at": "2023-11-07T05:31:56Z",
"api_key_last_used_at": "2023-11-07T05:31:56Z",
"api_key_revoked_at": "2023-11-07T05:31:56Z"
}wf_[0-9a-zA-Z]+Successful Response
online, offline GET, POST Was this page helpful?