latestOpenAPI 3.1.02026-08-171503582.2 MB
6199a9464227
Data Set Incoming Webhooks
Get an incoming webhook for a data set
Returns an incoming webhook by its ID for a data set.
get/data-sets/{dataSetId}/incoming-webhooks/{webhookId}
Path parameters
dataSetIdstring required
The ID of the Data Set
webhookIdstring required
The ID of the Webhook
Response
Example response
{
"data": {
"createdBy": {
"id": "naAJxoDIuwdgNsQHGRRGqA",
"email": "jane.doe@example.com",
"username": "Jane Doe"
},
"updatedBy": {
"id": "naAJxoDIuwdgNsQHGRRGqA",
"email": "jane.doe@example.com",
"username": "Jane Doe"
},
"dataSetId": "nwOFXAKVeg2k-0tFOblGmQ",
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
},
"links": [
{
"href": "https://api.process.st/api/v1.1/resource/XXX"
}
]
}