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 configurationNotes:
sendLimit may be null if the service is temporarily unavailablebilling is null if billing is not configuredUse your API key from arkhq.io/org/credentials
Authorization: Bearer YOUR_API_KEY