get
https://api.staging.bancocdc.com.br/webhook
Route to retrieve a list of all webhooks
Response Parameters
| Parameter | Format | Description |
|---|---|---|
| active | String | If the Web Hook is active ("Y" or "N") |
| description | String | Web hook name |
| enabled_events | String | Authorized Web Hook Type (see table below) |
| headers | Object | {"Accept: application/json" , "Content-Type": "application/json", "Authorization": "Bearer eyToKeN"} |
| code | String | UUID code (informed at creation) |
| created_at | String | Created at |
| updated_at | String | Updated at |
| url | String | endpoint url |