🔗 Console REST APINotifications

Get email notifications

Retrieves email notification settings for the organization

GET
/api/notifications/emails
Authorization<token>

API Key is required to access the endpoints

In: header

Response Body

curl -X GET "https://example.com/api/notifications/emails"
{
  "billingEmail": "string",
  "allNotificationsEmail": "string",
  "actionRequiredNotificationsEmail": "string"
}
Service StatusGitHub SDK