Skip to content

List subscriptions

GET
/subscriptions

Retrieve a list of webhook subscriptions

page
integer
default: 1
page_size
integer
default: 50
resource
string
workflow_id
string

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