Team Email Domains
Returns a list of whitelisted domains for the team.
You can view and add custom email domains to email notification domain whitelist.
Team Email Domains List
curl 'https://api.runscope.com/teams/<team_id>/email-domains' \
-H 'Authorization: Bearer <access_token>'
Response200 OK
{
"meta": {
"status": "success"
},
"data": {
"team_uuid": "e54c1b37-895f-434c-86f3-4606a49242af",
"email_whitelist_domains": "gmail.com,yahoo.com,perforce.com",
"updated_by": "92f70ebd-d8cc-47d8-bddb-0f1da1e6c8ca",
"updated_at": 1617129570
},
"error": null
}