# List all webhook endpoints **GET /api/v1/webhook_endpoints** Returns a list of your webhook endpoints. The webhook endpoints are returned sorted by updated date, with the most recently updated webhook endpoints appearing first. ## Servers - Production server: https://api.1099policy.com (Production server) ## Parameters #### Query parameters - **limit** (integer) A limit on the number of objects to be returned. Limit can range between `1` and `100`, and the default is `10`. ## Responses ### 200: Returns an array of webhook endpoint objects. If no more webhook endpoints are available, the resulting array will be empty. #### Body Parameters: application/json (array[object]) - **created** (integer(int64)) - **description** (string) Optional human-readable description of the endpoint. - **id** (string) - **secret** (string) Webhook secret which you can use to verify that the webhook is from 1099Policy. Read more about how to use the webhook secret to verify the webhook signature in our documentation [here](https://1099policy.com/docs/automating-compliance#webhook-signature-verification). - **url** (string) The URL of the webhook endpoint. [Powered by Bump.sh](https://bump.sh)