# Retrieve a webhook endpoint **GET /api/v1/webhook_endpoints/{webhook_endpoint}** Retrieves the details of a webhook endpoint. You need only provide the unique webhook endpoint ID. ## Servers - Production server: https://api.1099policy.com (Production server) ## Parameters ### Path parameters - **webhook_endpoint** (string) The ID of the desired webhook endpoint (e.g., whe_KPGc5vEZdvoETu39BNwu2Z). ## Responses ### 200 Returns a webhook endpoint object if a valid ID was provided. #### Body: application/json (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)