Hookestdocs Postman OpenAPI llms.txt

GET/v1/hooks/categories0 Credits

Kategorien

Slugs für Liste. name ist ein englisches Label; slug als category senden. Das ist eine Berechtigung am Key, kein Request-Header. Fehlt sie, kommt 403 api_not_enabled.

Request-Parameter

Keine Query-/Path-/JSON-Parameter.

Antwort

{
  "object": "list",
  "data": [
    { "slug": "education-schools", "name": "Education & Schools" }
  ],
  "has_more": false,
  "next_cursor": null
}

Antwortfelder

NameTypPflichtBeschreibung
object string Pflicht Immer list.
data array Pflicht Seite mit schlanken Hooks. Kann leer sein.
has_more boolean Pflicht True, wenn eine weitere Seite existiert.
next_cursor string Nullable Als cursor zurückgeben. null wenn has_more false.

data[]-Felder

NameTypPflichtBeschreibung
slug string Pflicht Als category an Liste.
name string Pflicht Englisches Label.