curl --location --request GET 'https://api.softservv.co/whatsapp-accounts//conversations//?start&limit' \
--header 'Authorization: Bearer <token>'{
"status": "Success",
"data": [
{
"to": "1234567890",
"from": "0987654321",
"name": "Joe Bloggs",
"message_id": "wamid.1234567890",
"type": "text",
"direction": "outgoing",
"status": "delivered",
"audio": {
"id": "audio_12345"
},
"button": {
"type": "reply"
},
"context": {
"message_id": "message_12345"
},
"document": {
"id": "doc_12345",
"caption": "Caption"
},
"identity": {
"acknowledged": "true",
"created_timestamp": "2025-05-15T09:59:00Z",
"hash": "hash_12345"
},
"interactive": {
"action": {
"button": "Click Me",
"sections": [
{
"title": "Section 1",
"rows": [
{
"id": "row_1",
"title": "Option 1",
"description": "Description 1"
}
]
}
]
},
"header": {
"type": "text",
"text": "Header Text"
},
"body": {
"text": "Body Text"
},
"footer": {
"text": "Footer Text"
},
"type": "list"
},
"order": {
"catalog_id": "catalog_12345",
"product_items": [
{
"product_retailer_id": "item_123",
"quantity": 2
}
],
"text": "Order confirmation"
},
"referral": {
"headline": "Check this out!",
"body": "Amazing product you should try.",
"source_type": "ad",
"source_id": "ad_12345",
"source_url": "https://example.com/ad/12345",
"image": {
"id": "image_12345",
"caption": "Caption"
},
"video": {
"id": "video_12345",
"caption": "Caption"
}
},
"sticker": {
"id": "sticker_12345"
},
"system": {
"body": "Text"
},
"text": {
"body": "Hello, how are you?"
},
"video": {
"id": "video_12345",
"caption": "Caption"
},
"image": {
"id": "image_12345",
"caption": "Caption"
},
"reaction": {
"message_id": "wamid.1234567890",
"emoji": "👍"
},
"contacts": {
"addresses": [
{
"street": "123 Main St",
"city": "Cape Town",
"state": "Western Cape",
"zip": "8000",
"country": "South Africa",
"country_code": "ZA",
"type": "HOME"
}
],
"birthday": "1980-01-01",
"emails": [
{
"email": "john.doe@example.com",
"type": "HOME"
}
],
"name": {
"formatted_name": "John Doe",
"first_name": "John",
"last_name": "Doe",
"middle_name": "A",
"suffix": "Jr",
"prefix": "Mr"
},
"org": {
"company": "Example Corp",
"department": "Engineering",
"title": "Developer"
},
"phones": [
{
"phone": "+1234567890",
"type": "CELL",
"wa_id": "1234567890"
}
],
"urls": [
{
"url": "https://example.com",
"type": "HOME"
}
]
},
"location": {
"latitude": 40.7128,
"longitude": -74.006,
"name": "New York City Hall",
"address": "New York, NY 10007, USA"
},
"template": {
"namespace": "namespace_12345",
"name": "welcome_template",
"language": "en",
"components": [
{
"type": "body",
"text": "Welcome to our service!"
}
]
},
"errors": [
{
"code": "1001",
"message": "Invalid message format"
}
],
"media": [
{
"whatsapp_number_id": "1234567890",
"url": "https://example.com/media/12345",
"mime_type": "image/jpeg",
"sha256": "a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0",
"file_size": 5242880,
"media_id": "media_12345",
"key": "key_67890",
"date_created": "2025-05-15T09:59:00Z"
}
],
"statuses": [
{
"conversation": {
"id": "conv_12345",
"number_id": "1234567890",
"whatsapp_number": "0987654321"
},
"errors": [
{
"code": "1001",
"message": "Invalid recipient"
}
],
"recipient_id": "1234567890",
"status": "delivered",
"timestamp": "2025-05-15T09:59:00Z",
"date_created": "2025-05-15T09:59:00Z"
}
],
"timestamp": 0,
"date_created": "2025-05-15 09:59:00"
}
]
}