🔗 Console REST APINotifications

Get notification history

Retrieves notification history for the organization

GET
/api/notifications/history
Authorization<token>

API Key is required to access the endpoints

In: header

Response Body

curl -X GET "https://example.com/api/notifications/history"
[
  {
    "idOrganization": "9bf7f388-1dbc-4a73-92b2-4ad35e7fe880",
    "timestamp": "2019-08-24T14:15:22Z",
    "subject": "string",
    "organization": {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "stripeId": "string",
      "name": "string",
      "company": "string",
      "country": "string",
      "address1": "string",
      "address2": "string",
      "city": "string",
      "postalCode": "string",
      "region": "string",
      "purchaseOrder": "string",
      "billingEmail": "string",
      "autoRechargeEnabled": 0,
      "autoRechargeBalanceGoesBelowUsd": 0,
      "autoRechargeBalanceBackUpToUsd": 0,
      "creditBalance": 0,
      "creditUninvoicedCurrent": 0,
      "creditUninvoicedLimit": 0,
      "creditUsageYesterday": 0,
      "creditUsageToday": 0,
      "creditUsageTodayUpdatedAt": "2019-08-24T14:15:22Z",
      "pastDueUsd": 0,
      "pastDueSince": "2019-08-24T14:15:22Z",
      "apiKeysActiveCount": 0,
      "ticketsLiveWaitOnProvider": 0,
      "ticketsLiveWaitOnCustomer": 0,
      "ticketsNotLive": 0,
      "totalPaidUsd": 0,
      "totalPaidUsdLastW": 0,
      "totalPaidUsdLastM": 0,
      "totalPaidUsdLastQ": 0,
      "totalPaidUsdLastY": 0,
      "tier": "string",
      "lifetimeValueTier": 0,
      "lifetimeValueNextTierUsdCents": 0,
      "firstPaymentDate": "2019-08-24T14:15:22Z",
      "lastAuditTrailEvent": "2019-08-24T14:15:22Z",
      "usageInvoicedUpToExcl": "2019-08-24T14:15:22Z",
      "paymentMethodsLiveCount": 0,
      "quotaThresholdLastNotification": "2019-08-24T14:15:22Z",
      "quotaExceededLastNotification": "2019-08-24T14:15:22Z",
      "allNotificationsEmail": "string",
      "actionRequiredNotificationsEmail": "string",
      "creditsLowBalanceLastNotification": "2019-08-24T14:15:22Z",
      "timeCreated": "2019-08-24T14:15:22Z",
      "teamMembersCount": 0,
      "spendMgmtEnabled": 0,
      "spendMgmtCreditUsageDailyHardLimit": 0,
      "spendMgmtCreditUsageDailyNotifyThreshold": 0,
      "spendMgmtCreditUsageWebhookUrl": "string",
      "slackChannelRequestedTime": "2019-08-24T14:15:22Z",
      "status": "string",
      "statusChangedTime": "2019-08-24T14:15:22Z",
      "statusSuspendedReason": "string",
      "billingMode": "string"
    },
    "resendEmailId": "361a2f3f-f34a-4b0a-bb82-6eb8109ac0fd"
  }
]
Service StatusGitHub SDK