API v1 Documentation
Client API - Contacts
Client API - Display
Client API - Environment
Client API - Response
Client API - User
Management API - Action Class
Management API - Attribute Class
Management API - Contact Attribute Keys
Management API - Contact Attributes
Management API - Contacts
Management API - Me
Management API - People
Management API - Response
Management API - Storage
Management API - Survey
Management API - Webhook
Health
Management API - Webhook
Get Webhook
Get a specific webhook object based on its ID
GET
/
api
/
v1
/
webhooks
/
{webhookId}
Copy
Ask AI
curl --request GET \
--url http:///%7B{baseurl}%7D/api/v1/webhooks/{webhookId} \
--header 'x-api-key: <x-api-key>'
Copy
Ask AI
{
"data": {
"createdAt": "2024-04-23T12:35:45.326Z",
"environmentId": "clurwouax000azffxt7n5unn3",
"id": "clvcdd8oe000nxz1zhz6q9z3l",
"name": null,
"source": "user",
"surveyIds": [],
"triggers": [
"responseCreated",
"responseUpdated",
"responseFinished"
],
"updatedAt": "2024-04-23T12:35:45.326Z",
"url": "https://eoy8o887lmsqmhz.m.pipedream.net"
}
}
Headers
Path Parameters
Response
200 - application/json
OK
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url http:///%7B{baseurl}%7D/api/v1/webhooks/{webhookId} \
--header 'x-api-key: <x-api-key>'
Copy
Ask AI
{
"data": {
"createdAt": "2024-04-23T12:35:45.326Z",
"environmentId": "clurwouax000azffxt7n5unn3",
"id": "clvcdd8oe000nxz1zhz6q9z3l",
"name": null,
"source": "user",
"surveyIds": [],
"triggers": [
"responseCreated",
"responseUpdated",
"responseFinished"
],
"updatedAt": "2024-04-23T12:35:45.326Z",
"url": "https://eoy8o887lmsqmhz.m.pipedream.net"
}
}
Assistant
Responses are generated using AI and may contain mistakes.