API
List Templates
Get a list of all templates in your organization
GET
cURL
This endpoint returns a list of all templates in your organization. The results are paginated and can be controlled using the
limit and offset query parameters.
Query Parameters
Number of templates to return per page
Number of templates to skip (for pagination)
Response
The endpoint returns a JSON object containing an array of templates and the total count.cURL