---
title: "Get Company Status"
method: GET
path: "/api/credits/company-status"
tags: ["Credits - Admin"]
---

# Get Company Status

`GET /api/credits/company-status`

Get the company's current status (active, negative_balance, or locked).

Returns:
- status: 'active' | 'negative_balance' | 'locked'
- days_until_lock: Number of days until lock (only if negative_balance)
- balance_total_cents: Sum of all PV balances
- negative_since: Timestamp when company went negative (only if negative_balance or locked)

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/8492136eefc5/schema)
