GET | https://[domain].deskie.io/api/client_emails.json
{
"0": {
"client_emails": {
"email_id": 7,
"email": "[email protected]",
"active": true
}
},
"1": {
"client_emails": {
"email_id": 9,
"email": "[email protected]",
"active": true
}
},
"2": {
"client_emails": {
"email_id": 127,
"email": "[email protected]",
"active": false
}
},
"total_count": 3
curl -u [staff_email]:[api_key] -H "Content-Type: application/json" -X GET https://[domain].deskie.io/api/client_emails.json