Skip to main content

Creates a hook

POST 

/v3/hooks

Creates a hook for one of your predefined searches. Delivers search results for the query referenced by the search_id to the target_url via HTTP POST. Note that a hook_id will be returned on successful creation, this id is needed to delete the hook.

We are also returning the header: X-Hook-Secret, a shared secret used to sign the document body pushed to your target_url.

Specify company_id if your search_id is not in your default company.

Request

Responses

Successfully Created