get whatsapp
Get whatsapp
GET
https://api.zuwinda.com/v1.2/message/whatsapp
Query Parameters
Name
Type
Description
from
string
YYYY-MM-DD
to
string
YYYY-MM-DD
page
number
page to what. default 1
perPage
number
showing data perPage. default 10
Headers
Name
Type
Description
x-access-key
string
token key
{
"success": true,
"count": 2,
"page": 1,
"perPage": 10,
"data": [
{
"message_id": "5f66cba8f1fdc757be276ad6",
"chat_id": null,
"instances_id": "f4b04602-9e8a-4a31-b293-59cb90d322d2",
"instances_name": "hobby-rizalhi9",
"to": "08515617xxxx",
"content": "aku",
"url_file": null,
"file_name": null,
"mime_types": null,
"type": "whatsapp",
"status": "queue",
"schedule": false,
"created_at": "2020-09-20 10:25:28",
"updated_at": "2020-09-20 10:25:30"
},
{
"message_id": "5f66bc17f1fdc757be276ad5",
"chat_id": null,
"instances_id": "f4b04602-9e8a-4a31-b293-59cb90d322d2",
"instances_name": "hobby-rizalhi9",
"to": "081515617xxxx",
"content": "hehehehehe maap gan, kebiasan gua nih ntah kenapa pengen aja chat terus kan ya",
"url_file": null,
"file_name": null,
"mime_types": null,
"type": "whatsapp",
"status": "queue",
"schedule": false,
"created_at": "2020-09-20 09:19:03",
"updated_at": "2020-09-20 09:19:17"
}
]
}
Last updated
Was this helpful?