Skip to main content
GET
/
webhooks
List webhooks
curl --request GET \
  --url https://api.sftpsync.io/webhooks \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "url": "<string>",
    "eventType": "<string>",
    "headers": {},
    "secret": "<string>",
    "isActive": true,
    "workspaceId": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-api-key
string
header
required

Response

200 - application/json

Webhooks

id
string
required
name
string
required
url
string<uri>
required
eventType
string
required
isActive
boolean
required
workspaceId
string
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
description
string
headers
object
secret
string