Skip to main content
GET
/
orgs
/
{org_id}
/
allowed-emails
List Allowed Emails
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
}

Headers

authorization
string | null

Path Parameters

org_id
string
required

Response

Successful Response

Response for GET /orgs/{org_id}/allowed-emails.

emails
AllowedEmailResponse · object[]
required

List of allowed emails

total
integer
required

Total count