Response
Array of sender objects
Copy
{
"items": [
{
"id": "snd_abc123",
"name": "Transactional",
"routingPolicy": "prefer_sms",
"channels": {
"sms": {
"phoneNumber": "+15551234567"
},
"whatsapp": {
"phoneNumber": "+15551234567"
}
},
"isDefault": true,
"createdAt": "2024-01-15T10:00:00.000Z",
"updatedAt": "2024-01-15T10:00:00.000Z"
},
{
"id": "snd_def456",
"name": "Marketing",
"routingPolicy": "prefer_whatsapp",
"channels": {
"whatsapp": {
"phoneNumber": "+15559876543"
}
},
"isDefault": false,
"createdAt": "2024-01-14T09:00:00.000Z",
"updatedAt": "2024-01-14T09:00:00.000Z"
}
]
}
Example
Copy
curl https://api.zavu.dev/v1/senders \
-H "Authorization: Bearer zv_live_xxx"