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
string
default:"20"
Number of templates to return per page
string
default:"0"
Number of templates to skip (for pagination)
Response
The endpoint returns a JSON object containing an array of templates and the total count.cURL