v1

latestOpenAPI 3.1.02026-07-2458221215.8 KB
Templates

List all templates

List all templates for a workspace

get/templates

Query parameters

afterstring nullable

Return templates after this template ID.

beforestring nullable

Return templates before this template ID.

channel_idstring nullable

Only return templates for this channel ID.

folder_idstring nullable

Only return templates in this folder ID.

limitinteger

Maximum number of templates to return.

type'generic_template' | 'whats_app_template'

Only return templates with this content type.

Response

OK

urlstring

Example response

{
  "results": [
    {
      "created_at": "2022-03-10T16:15:50Z",
      "updated_at": "2022-03-10T16:15:50Z"
    }
  ]
}