Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
webhooks_endpoint found
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": "10848e27-7083-4cfd-b918-a5e6cc237a13",
    "type": "webhooks_endpoints",
    "attributes": {
      "team_id": 480,
      "slug": "test",
      "name": "test",
      "url": "https://test.com",
      "secret": "19oxVHLe97THx2fx",
      "event_types": [],
      "enabled": true,
      "created_at": "2025-10-30T19:55:33.296-07:00",
      "updated_at": "2025-10-30T19:55:33.296-07:00"
    }
  }
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
webhooks_endpoint found
Show child attributes
Was this page helpful?
curl --request GET \
  --url https://api.rootly.com/v1/webhooks/endpoints/{id} \
  --header 'Authorization: Bearer <token>'{
  "data": {
    "id": "10848e27-7083-4cfd-b918-a5e6cc237a13",
    "type": "webhooks_endpoints",
    "attributes": {
      "team_id": 480,
      "slug": "test",
      "name": "test",
      "url": "https://test.com",
      "secret": "19oxVHLe97THx2fx",
      "event_types": [],
      "enabled": true,
      "created_at": "2025-10-30T19:55:33.296-07:00",
      "updated_at": "2025-10-30T19:55:33.296-07:00"
    }
  }
}