> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cryptomate.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Re-enable company

> Restore a previously disabled or deleted company.

Restores a previously disabled or deleted company to active status.

## Path parameters

<ParamField path="companyId" type="string" required>
  Unique identifier of the company to re-enable.
</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X POST "https://api.cryptomate.me/management/companies/comp_6f1e2a30-4a3c-4b2e-9a1d-5e8c9b7a1f23/re-enable" \
    -H "x-api-key: $CRYPTOMATE_API_KEY"
  ```
</RequestExample>

<ResponseExample>
  ```json 404 Not Found theme={null}
  {
    "code": "NOT_FOUND",
    "message": "User not found"
  }
  ```
</ResponseExample>
