Retrieves a specific webhook endpoint by id
curl --request GET \
--url https://api.rootly.com/v1/webhooks/endpoints/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "webhooks_endpoints",
"attributes": {
"name": "<string>",
"url": "<string>",
"event_types": [
"incident.created"
],
"secret": "<string>",
"enabled": true,
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/webhooks/endpoints/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "<string>",
"type": "webhooks_endpoints",
"attributes": {
"name": "<string>",
"url": "<string>",
"event_types": [
"incident.created"
],
"secret": "<string>",
"enabled": true,
"created_at": "<string>",
"updated_at": "<string>",
"slug": "<string>"
}
}
}