API Reference

Get all message templates

Get information about message templates as a list of all message templates.

Log in to see full request history
Query Params
integer
≥ 1
Defaults to 100

The number of records to return in API response.
⚠️ We recommended adjust the batch size based on processing time. Depending on the response time of the request. Default value of 100 records is used if count parameter is not set.

integer
≥ 0
Defaults to 0

The number of records from a collection to skip. Default value of 0 is used when parameter offset is not set.

string

Name of the sorting parameter. You can sort by any of the first level parameters from the resource response. Response is sorted by the specified field.

string

Direction of sorting the response list.

string

Search record by name or a part of the name.

string

The unique ID of the communication channel. List of values is available in resource GET /communication-channels.

Headers
string
Defaults to cs, en-gb;q=0.8

The unique ID of the language code by ISO 639-1.

Responses

Response body
object
data
object
message_templates
array of objects

List of all message templates.

message_templates
object
string

The unique ID of the message_template.

boolean
string
required

Subject of the message template. Mandatory only in case of email template.

string
required

Sender of the message template.

string
required

Name of the message template.

integer
required

The unique ID of the message template group. Possible values are: 1 - newsletter template / 2 - system template (registration message, order summary message, etc.) / 3 - transactional communication (for hotel, traveling,...)

1 2 3

integer
required

The unique ID of the communication channel. Possible values are: 1 - email / 2 - SMS / 4 - PUSH notification (Apple or Google)/ 5 - internal system notification / 9 - Viber messages

1 2 4 5 9

template_data
array of objects

Template data could contains array of customized parameters. They may have influence on template display or add values to template.

template_data
object
string
required

Name of the parameter.

string
required

Value of the parameter.

string

Date and time of the last change. (YYYY-MM-DD HH:MM:SS)

integer

The number of all found message templates.

429

Too many requests - more than the resource limit.

503

Temporary state when the service is temporarily unavailable, overloaded or there is a maintenance window.

Language
Credentials
URL