# List all webhook's endpoints **GET /webhooks** This endpoint retrieves all your webhooks. ## Servers - Production server.: https://api.usecollect.com/v1 (Production server.) ## Authentication methods - Basic auth ## Parameters ## Responses ### 200 List of webhooks #### Body: application/json (array[object]) - **_id** (string) Unique identifier of the webhook - **targetUrl** (string) URL to which the webhook will send the data - **status** (string) Status of the webhook - **createdAt** (string(date-time)) Creation date of the webhook - **secretToken** (string) Secret token of the webhook - **campaignId** (string) Unique identifier of the campaign associated with the webhook - **types** (array[string]) Types of events that trigger the webhook ### 400 Bad Request -- Your request is invalid. ### 401 Unauthorized -- Your API key is wrong. ### 403 Forbidden -- The object requested is hidden for administrators only. ### 404 Not Found -- The specified object could not be found. ### 429 Too Many Requests -- You're requesting too many objects! Slow down! ### 500 Internal Server Error -- We had a problem with our server. Try again later. ### 503 Service Unavailable -- We're temporarily offline for maintenance. Please try again later. [Powered by Bump.sh](https://bump.sh)