curl --request GET \
--url https://api.zo.computer/email/allowed-senders \
--header 'Authorization: Bearer <token>'{
"emails": [
"<string>"
],
"owner_email": "<string>"
}Get the list of allowed sender emails for the user’s hosts.
This will seed with the owner email if no senders are configured yet.
curl --request GET \
--url https://api.zo.computer/email/allowed-senders \
--header 'Authorization: Bearer <token>'{
"emails": [
"<string>"
],
"owner_email": "<string>"
}