GET
/
v1
/
webhooks
/
endpoints
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/webhooks/endpoints/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "a095975f-73a2-4b49-aeba-dc0f23ff2ad0",
    "type": "webhooks_endpoints",
    "attributes": {
      "team_id": 366,
      "slug": "test",
      "name": "test",
      "url": "https://test.com",
      "secret": "woPF6NFGbJ5MkPNY",
      "event_types": [],
      "enabled": true,
      "created_at": "2025-04-18T09:53:59.416-07:00",
      "updated_at": "2025-04-18T09:53:59.416-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json
webhooks_endpoint found
data
object
required