curl --request GET \
--url https://api.example.com/orgs/{org_id}/allowed-emails{
"emails": [
{
"id": "<string>",
"email": "<string>",
"added_by": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"total": 123
}Get allowed emails for an organization. Owner only.
curl --request GET \
--url https://api.example.com/orgs/{org_id}/allowed-emails{
"emails": [
{
"id": "<string>",
"email": "<string>",
"added_by": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"total": 123
}