Overview
The Get Organization Usage endpoint allows you to check your organization’s current API usage, monthly limits, and remaining quota. This endpoint uses API key authentication and automatically handles billing cycle resets when applicable.This endpoint requires a valid API key in the request header. The usage information is specific to the organization associated with the API key.
Authentication
Your organization’s API key for authentication. Format: 
unsiloed_[hash]Response
Unique identifier for your organization
Name of your organization
Number of credits used in the current billing cycle
Total monthly usage limit (credits) for your organization
Number of credits remaining in the current billing cycle. Calculated as: 
usage_limit - current_usageDate of the last billing cycle reset in ISO 8601 format (YYYY-MM-DD). Usage resets automatically every 30 days.
Authorizations
Response
Usage information retrieved successfully
Unique identifier for your organization
Name of your organization
Number of credits used in the current billing cycle
Total usage limit (credits) for your organization
Number of credits remaining in the current billing cycle
Date of the last billing cycle reset (YYYY-MM-DD)
