Skip to main content
GET
/
credits
/
{organization_id}
Get credit balance
curl --request GET \
  --url https://api.lithoblocks.com/credits/{organization_id} \
  --header 'Authorization: Bearer <token>'
{
  "credits": 123
}

Authorizations

Authorization
string
header
required

LithoBlocks API key obtained from your organization dashboard

Path Parameters

organization_id
string
required

Response

Credit balance

credits
number
required