|docs
Start Trial

List templates

Get a list of all the template on an account

Scoped OAuth requires: templates.read

Authorization<token>

The API Key with format Token token=<API_KEY>

In: header

Query Parameters

limit?integer

The number of results per page.

offset?integer

Offset to start pagination search results.

total?boolean

By default the total field in pagination responses is set to null to provide the fastest possible response times. Set total to true for this field to be populated.

See our Pagination Docs for more information.

Defaultfalse
query?string

Template name or description to search

template_type?string

Filters templates by type.

Default"status_update"
sort_by?string

Used to specify both the field you wish to sort the results on (name/created_at), as well as the direction (asc/desc) of the results. The sort_by field and direction should be separated by a colon. Sort direction defaults to ascending.

Default"created_at:asc"

Value in

  • "name"
  • "name:asc"
  • "name:desc"
  • "created_at"
  • "created_at:asc"
  • "created_at:desc"

Response Body

application/json

application/json

application/json

application/json

application/json