Get Messages

Get your WhatsApp messages. Ordered from newest to oldest.

Authentication

AuthorizationBearer

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

Headers

X-Account-TokenstringRequired
The account token that is associated with the end user linked to this account

Query parameters

limitintegerOptional
Default is 100
offsetintegerOptional
Default is 0
userslist of stringsOptional

List of user ids to filter by. Something like [“13472771442”, “141234567890”]

groupslist of stringsOptional
List of group ids to filter by

Response

This endpoint returns an object.
statusenum
messageslist of objects
nextOffsetintegerOptional

Errors

400
Bad Request Error
401
Un Authorized Error
404
Not Found Error
500
Internal Server Error
500
Not Implemented Error