Skip to main content
GET
/
company
/
credits
Obter créditos da empresa
curl --request GET \
  --url https://juiywycqytekaffjcbfa.supabase.co/functions/v1/api-v1/company/credits \
  --header 'x-api-key: <api-key>'
{
  "balance": 123,
  "total_used": 123,
  "plan_monthly": 123
}

Authorizations

x-api-key
string
header
required

Autenticação por chave de API.

Response

200 - application/json

Créditos da empresa

balance
number
total_used
number
plan_monthly
number