🔗 Console REST APIFree Credits

Request free trial credits for the authenticated organization

Grants $25 USD (2500 cents) in free trial credits to the authenticated organization that meets eligibility criteria. The organization ID is read from the authenticated JWT claims — no orgId parameter is required. Eligibility criteria:

  • Organization has active payment methods or prior payment history.
  • Organization has API key activity since October 2024.
  • Organization has at least one verified payment method (with card fingerprint).
  • Organization's payment method fingerprint is not shared with another account (fraud guard).

Idempotent: calling this endpoint again for an organization that already received free credits returns HTTP 409 Conflict with alreadyGranted=true rather than granting again.

POST
/api/console/free-credits/request
Authorization<token>

API Key is required to access the endpoints

In: header

Response Body

curl -X POST "https://api-console.apibricks.io/api/console/free-credits/request"
{
  "granted": true,
  "alreadyGranted": true,
  "message": "string",
  "creditsUsdCents": 0
}
Empty
Empty
{
  "granted": true,
  "alreadyGranted": true,
  "message": "string",
  "creditsUsdCents": 0
}
{
  "granted": true,
  "alreadyGranted": true,
  "message": "string",
  "creditsUsdCents": 0
}
Service StatusGitHub SDK