GET /v1/endpoints/:id
{
  "id": "d53ec5c47bd8fa4463b0931251f7da3e",
  "url": "https://...",
  "signature": "c7bbce6f29eadcdaa6570cc07d4bec83",
  "active": true,
  "created": "2019-12-17T05:30:00Z"
}

Retrieves the details of a specific webhook endpoint.

Parameters

id
string

The unique identifier for the webhook endpoint.

GET /v1/endpoints/:id
{
  "id": "d53ec5c47bd8fa4463b0931251f7da3e",
  "url": "https://...",
  "signature": "c7bbce6f29eadcdaa6570cc07d4bec83",
  "active": true,
  "created": "2019-12-17T05:30:00Z"
}