Skip to main content

Endpoints

Endpoints

Manage webhooks using these REST endpoints. All require a valid access token with appropriate scopes.

MethodEndpointDescription
POSThttps://rest.cleverreach.com/hooks/eventhookRegister a webhook for an event.
GEThttps://rest.cleverreach.com/hooks/eventhookList all registered webhooks.
DELETEhttps://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.