get_credits
The workspace's current credit balance and plan.
Request
GET /api/v1/ops/creditscurl -H "Authorization: Bearer $TESTVIBE_API_KEY" \
"$TESTVIBE_SERVER/api/v1/ops/credits"testvibe creditsResponse
{
"planCode": "free",
"planName": "Free",
"remaining": 56500,
"monthlyCredits": 1500,
"monthlyRemaining": 1500,
"monthlyUsed": 0,
"purchased": 55000,
"usedPercent": 0
}Field
Meaning
Errors
Last updated
Was this helpful?
