This method displays all the received messages in pagination
Request
Query Params
page
string
required
Example:
1
phonenumber
string
required
Example:
1555
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.whatsiplus.com/receivedMessages/APIKEY?page=1&phonenumber=1555'
Responses
🟢200receivedMessages
application/json
Body
count
integer
required
pageCount
integer
required
page
string
required
data
array [object {6}]
required
id
string
required
type
string
required
from
string
required
to
string
required
date
string
required
message
string
required
Example
{"count":3,"pageCount":1,"page":"page 1 from 1","data":[{"id":"141","type":"chat","from":"15551234567","to":"15551234568","date":"2024/05/01 13:43:53","message":"This is a test message3 from WhatsiPlus"},{"id":"140","type":"chat","from":"15551234567","to":"15551234568","date":"2024/05/01 13:33:06","message":"This is a test message2 from WhatsiPlus"},{"id":"139","type":"chat","from":"15551234567","to":"15551234568","date":"2024/05/01 13:29:20","message":"This is a test message1 from WhatsiPlus"}]}