Skip to main content
POST
/
management
/
companies
/
{companyId}
/
re-enable
curl -X POST "https://api.cryptomate.me/management/companies/comp_6f1e2a30-4a3c-4b2e-9a1d-5e8c9b7a1f23/re-enable" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"
{
  "code": "NOT_FOUND",
  "message": "User not found"
}
Restores a previously disabled or deleted company to active status.

Path parameters

companyId
string
required
Unique identifier of the company to re-enable.
curl -X POST "https://api.cryptomate.me/management/companies/comp_6f1e2a30-4a3c-4b2e-9a1d-5e8c9b7a1f23/re-enable" \
  -H "X-API-KEY: $CRYPTOMATE_API_KEY"
{
  "code": "NOT_FOUND",
  "message": "User not found"
}