Cresium
  1. V3 - CompanyFeature
Cresium
  • Cresium - V3 Partners
    • API
      • Auth Information for V3 API Partners
      • V3 - Health
        • Health check
      • V3 - Transaction
        • Get Transaction data
        • Search transactions
        • Make a transfer
        • Confirm a transaction
        • Reverse a deposit transaction
      • V3 - BankAddress
        • Get Address
      • V3 - CompanyFeature
        • Get Company Features
          GET
        • Update Feature Enabled State
          PUT
      • V3 - Rate
        • Get TNA rate
      • V3 - DepositAddress
        • Update Deposit Address
        • Create Deposit Address
      • V3 - Partner
        • Search partner transactions
      • V3 - Auth
        • Generate change password ID for partner user
      • V3 - CompanyTax
        • Upsert Company Tax
      • V3 - Balance
        • Get all wallets for Company
    • Webhooks
      • Auth Information for Webhooks
      • Configuring Webhooks
      • Transactions Events - DEPOSIT
    • Schemas
      • Transaction
  1. V3 - CompanyFeature

Update Feature Enabled State

PUT
/v3/company-feature/update/{key}
Enable or disable a specific feature for the company

Request

Path Params

Body Params application/jsonRequired

Examples

Responses

🟢200OK
application/json
Successful response
Body

🟠401Unauthorized
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.develop.cresium.app/v3/company-feature/update/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "enabled": true
}'
Response Response Example
200 - Example 1
{
    "data": true
}
Modified at 2025-10-16 13:22:07
Previous
Get Company Features
Next
Get TNA rate
Built with