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
Example response
{
"hooks": [
{
"key": "json_to_csv"
}
]
}