GET
/
workflows
/
{workflow_id}
/
webhook
{
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "id": "<string>",
  "secret": "<string>",
  "status": "online",
  "entrypoint_ref": "<string>",
  "filters": {},
  "method": "GET",
  "workflow_id": "<string>",
  "url": "<string>"
}

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

workflow_id
required

Query Parameters

workspace_id
string
required

Response

200
application/json
Successful Response
owner_id
string
required
id
string
required
secret
string
required
status
enum<string>
required
Available options:
online,
offline
filters
object
required
method
enum<string>
required
Available options:
GET,
POST
workflow_id
string
required
url
string
required
created_at
string
updated_at
string
entrypoint_ref
string | null

Was this page helpful?