Data Set Incoming Webhooks
List incoming webhooks for a data set
Returns all non-deleted incoming webhooks for a data set.
get/data-sets/{dataSetId}/incoming-webhooks
Path parameters
dataSetIdstring required
The ID of the Data Set
Response
Example response
{
"data": [
{
"createdBy": {
"id": "oU4EEGRPtELpR1x1YUJMeQ",
"email": "jane.doe@example.com",
"username": "Jane Doe"
},
"updatedBy": {
"id": "oU4EEGRPtELpR1x1YUJMeQ",
"email": "jane.doe@example.com",
"username": "Jane Doe"
},
"dataSetId": "rkWvIfxdDBmZrDzojexKDw",
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
}
],
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
}