Skip to main content
GET
/
message_templates
Get message templates
curl --request GET \
  --url https://api.heyy.io/api/v2.0/message_templates \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "messageTemplates": [
      {
        "id": "<string>",
        "name": "<string>",
        "status": "<string>",
        "category": "<string>",
        "language": "<string>",
        "components": [
          "<any>"
        ],
        "createdAt": "<string>",
        "updatedAt": "<string>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
data
object
required