Endpoints
Endpoints
Manage webhooks using these REST endpoints. All require a valid access token with appropriate scopes.
| Method | Endpoint | Description |
|---|---|---|
POST | https://rest.cleverreach.com/hooks/eventhook | Register a webhook for an event. |
GET | https://rest.cleverreach.com/hooks/eventhook | List all registered webhooks. |
DELETE | https://rest.cleverreach.com/hooks/eventhook/{eventname} | Delete webhook for a specific event. |
Authentication Required
Include a valid access token in requests. Ensure the token has the necessary scopes for webhook management.