cURL
Usage & Analytics
Get account rate limits and send limits
Returns current rate limit and send limit information for your account.
This endpoint is the recommended way to check your account’s operational limits.
Use /usage endpoints for historical usage analytics.
Response includes:
rateLimit- API request rate limit (requests per second)sendLimit- Email sending limit (emails per hour)billing- Credit balance and auto-recharge configuration
Notes:
- This request counts against your rate limit
sendLimitmay be null if the service is temporarily unavailablebillingis null if billing is not configured- Send limit resets at the top of each hour
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://arkhq.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEY