Skip to main content

List all WhatsApp content templates​

Fetches all content templates from Twilio Content API for the given dealer

Path Parameters
    dealerUUID string required
Query Parameters
    pageSize int32

    Default value: 50

    page int32
Responses

Content templates listed successfully


Schema
    errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
  • contentTemplates object[]
  • Array [
  • sid string
    accountSid string
    friendlyName string
    language string
    variables object
    property name* string
    types object
    twilio/text object
    body string
    dateCreated string
    dateUpdated string
  • ]
  • pagination object
    pageSize int32
    page int32
    total int64
Loading...