List subscriptions
GET /subscriptions
GET
/subscriptions
Retrieve a list of webhook subscriptions
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” page
integer
page_size
integer
resource
string
workflow_id
string
Responses
Section titled “ Responses ”List of subscriptions
object
data
Array
total
integer
page
integer
page_size
integer
has_more
boolean
data
Array<object>
object
id
string
company_id
string
workflow_id
string
workflow_name
string | null
node_id
string
webhook_url
string
resource
string
actions
Array<string>
filter
object | null
secret
string | null
created_at
string | null format: date-time
updated_at
string | null format: date-time
Unauthorized
object
success
required
boolean
error
required
string
Example
An error occurred