Rehooks

Specific Hook

GET
/hooks/{title}
/hooks/{title}

Path Parameters

title
Required
string

Title of the hook to retrieve

curl -X GET "https://rehooks.dev/api/hooks/string"

Success.

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