get https://api.heygen.com/v1/webhook/endpoint.list
list all your registered webhook endpoints
Response
| Field | Type | Description |
|---|---|---|
| data | List of your registered endpoints. | |
| endpoints[].endpoint_id | string | id of your registered endpoint |
| endpoints[].url | string | url of your registered endpoint |
| endpoints[].secret | string | secret of your registered endpoint. Used to verify the callback request is from HeyGen |
| endpoints[].status | string | status of your registered endpoint. Whether it is enabled or not |
| endpoints[].events | string[] | events of your registered endpoint that listened to. None means all events |
| endpoints[].username | string | username of your registered endpoint. It should be your username |
| endpoints[].created_at | datetime | when the endpoint is created |
