API Reference

Get all messages

Get information about messages as a list.

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

The unique ID of the customer.

string

Email of phone number that was used as a contact in message.

string

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

string

Start date and time of the time interval. YYYY-MM-DD HH:MM:SS

string

End date and time of the time interval. YYYY-MM-DD HH:MM:SS

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
messages
array of objects

List of all messages.

messages
object
string

The unique ID of the message.

integer

The status ID of the message.
Possible values are: 0 - message was not send / 1 - message was send successfully / -1 - message was not received (it was returned) / -2 - message was not received (soft bounce) / 2 - an error occurred while sending / 4 - customer has no agreements (GDPR)

1 -1 -2 2 4

string
required

The unique ID of the message_template.

string
required

The unique ID of the card holder.

string

Email address or phone number of customer in case of send message to different contact than customer has in database.

string

Subject of the email message/ Title of notification message / Preview of the text message . Mandatory only in case of email template.

string

Date and time when message was send from server to recipient. (YYYY-MM-DD HH:MM:SS)

string

Date and time when message was opened by recipient. (YYYY-MM-DD HH:MM:SS)

string

User agent of the mail client application where message was opened.

string

Language of the mail client application where message was opened.

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

1 2 4 5

message_data
array of objects

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

message_data
object
string
required

Name of the parameter.

string
required

Value of the parameter.

attachments
array of objects

List of the attachments for the message. A single attachment has a size limit of 1 MB. File type restrictions: .jpg, .jpeg, .png, .gif, and .pdf.

attachments
object
string
required

Method how to upload attachment file.

url base64

string
required

File data to upload. It could URL address of the file or BASE64 encoded file.

integer

CareCloud can cache the attachment for a certain amount of minutes. If the cache parameter is not set, the attachment is not cached, and it's deleted after the message is sent.

string

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

integer

The number of all found messages.

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