🔗 Console REST APIOrganization

Get organization details

Retrieves details of the current organization

GET
/api/organization
Authorization<token>

API Key is required to access the endpoints

In: header

Response Body

curl -X GET "https://api-console.apibricks.io/api/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",
  "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",
  "domainsCsv": "string",
  "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"
}
Service StatusGitHub SDK