curl --location --request GET 'https://api.softservv.co/whatsapp-accounts//sent-messages/?start&limit&order_by&order_direction' \
--header 'Authorization: Bearer <token>'{
"status": "Success",
"data": [
{
"messaging_product": "whatsapp",
"recipient_type": "individual",
"to": "1234567890",
"name": "Joe Bloggs",
"type": "text",
"text": {
"body": "Hello, how are you?"
},
"reaction": {
"message_id": "wamid.1234567890",
"emoji": "👍"
},
"audio": {
"id": "audio_12345"
},
"document": {
"id": "doc_12345",
"caption": "Caption"
},
"image": {
"id": "image_12345",
"caption": "Caption"
},
"sticker": {
"id": "sticker_12345"
},
"video": {
"id": "video_12345",
"caption": "Caption"
},
"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"
}
]
},
"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"
},
"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!"
}
]
},
"message_id": "wamid.1234567890",
"status": "sent",
"date_created": "2025-05-15T09:59:00Z"
}
]
}