cURL
curl --request GET \ --url https://openapi.enginy.ai/v1/credits \ --header 'x-api-key: <api-key>'
{ "status": "success", "message": "<string>", "data": { "balance": 123, "nextRenewalDate": "2023-11-07T05:31:56Z", "monthlyPlanCredits": 123, "monthlyAddonCredits": 123 } }
Retrieve current credit balance and plan information.
Required scope: WORKSPACE_READ Rate limit: 100 requests per minute
Required scope: WORKSPACE_READ
WORKSPACE_READ
Rate limit: 100 requests per minute
Credits information retrieved successfully
success
Show child attributes