GET
/
api
/
v1
/
webhook-endpoints
List Webhook Endpoints
curl --request GET \
  --url http://localhost:8080/api/v1/webhook-endpoints
[
  {
    "created_at": "2023-11-07T05:31:56Z",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "updated_at": "2023-11-07T05:31:56Z",
    "url": "<string>",
    "venture_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  }
]

Response

The venture's webhook endpoints

created_at
string<date-time>
required
id
string<uuid>
required
status
enum<string>
required

Whether an endpoint receives deliveries.

Available options:
ACTIVE,
DISABLED
updated_at
string<date-time>
required
url
string
required
venture_id
string<uuid>
required