Rehooks

List Hooks

GET
/hooks
/hooks

Query Parameters

searchstring

Filter hooks by title

limitinteger

Limit the number of hooks returned. Default is all.

Minimum: 1
curl -X GET "https://rehooks.dev/api/hooks?search=string&limit=1"

Success.

[
  {
    "id": 1,
    "title": "useExample",
    "description": "This is an example description.",
    "content": "This is the content of the hook."
  }
]