Sender Emails
Response JSON
{
"success": true,
"error": null,
"data": {
"total": 1,
"data": [
{
"id": 15416,
"sender_email": "[email protected]",
"sender_name": "John Deo",
"type": "user",
"is_active": "1",
"is_default": "1",
"date_created": "2018-04-17 06:12:58"
}
]
}
}
Sample Code
Last updated