Use the Dashboard
Go to Auth0 Dashboard > Auth Pipeline > Hooks. All configured hooks are listed by the extensibility point at which they are executed. A green dot next to a hook indicates that it is enabled.Use the Management API
Make aGET call to the Get Hooks endpoint. Be sure to replace MGMT_API_ACCESS_TOKEN placeholder value with your Management API .
| Value | Description |
|---|---|
MGMT_API_ACCESS_TOKEN | Access Token for the Management API with the create:hooks. To learn more, read Management API Access Tokens. |