v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Credit

Get credit information

Get credit information regarding Report module usage.

get/api/v1/analytics/credit

Response

Shows the amount of used credits for this month as well as the total amount of credits available

Example response

{
  "data": [
    {
      "totalCredits": 30,
      "usedCredits": 5
    }
  ]
}