GET
/
api
/
public
/
contact
/
whatsapp
/
{channelIdentifier}
/
messages
Retrieve messages by conversation
curl --request GET \
  --url https://api.vambe.me/api/public/contact/whatsapp/{channelIdentifier}/messages \
  --header 'x-api-key: <x-api-key>'

Headers

x-api-key
string
required

API key required to authorize the request

Path Parameters

channelIdentifier
string
required

Channel identifier (for WhatsApp, it’s the phone number). Requires "phone-number-channel" and "channel" as query parameters.

Query Parameters

phone-number-channel
string
required

Your phone number

channel
enum<string>
required

Channel type

Available options:
whatsapp,
web-whatsapp

Response

Messages retrieved successfully.