# List emails Returns all emails associated with the specified provider. Endpoint: GET /providers/{providerId}/info/emails Version: 26.2.0.4309 Security: Bearer ## Path parameters: - `providerId` (string, required) ## Response 200 fields (application/json): - `email` (string) The email associated with the provider. - `type` (string) The type of the email. Enum: "Unspecified", "Personal", "Work" - `id` (string) Unique identifier for this specific email. ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields