v1

latestOpenAPI 3.1.0proprietary2026-07-24156175241.3 KB
Template Hooks

List template hooks

Returns a list of template hooks for the organization. Supports pagination via offset and count parameters.

get/v1/template-hooks

Query parameters

offsetinteger

The number of items to skip before starting to collect the result set

countinteger

The numbers of items to return

Response

Successful response

total_countinteger

Example response

{
  "hooks": [
    {
      "key": "json_to_csv"
    }
  ]
}
All 156 operations