GET
/api/webhooks/outgoing
This endpoint allows you to retrieve details for webhooks outgoing.
Request Parameters
| Parameter | Location | Required |
|---|---|---|
| No parameters required | ||
Example Request
cURL
curl -X GET https://api.basebrick.com/api/webhooks/outgoing \
-H "Authorization: Bearer YOUR_TOKEN"