cURL
curl --request GET \ --url https://api.luna-modelling.com/v1/account/quota \ --header 'X-API-Key: <api-key>'
{ "account_id": 123, "account_name": "acme-corp", "quota_remaining": 9850 }
Returns the remaining API call quota for your account. Use this endpoint to monitor your usage and plan accordingly.
API key for authentication
Successfully retrieved quota information
The account ID
The account name
Number of API calls remaining in your quota