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
        • Get transaction receipt
      • 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 - Invoice
        • Create Invoices
        • Read Invoices
      • V3 - Partner
        • Search partner transactions
      • V3 - User Address
        • Create or get User Address
      • V3 - Auth
        • V3 - Balance
          • Get all wallets for Company
        • Generate change password ID for partner user
      • V3 - CompanyTax
        • Upsert Company Tax
      • V3 - Signature Request
        • Create Signature Request
        • Update Signature Request
      • V3 - Payment
        • Create Payments
        • Read Payments
      • Webhooks
        • Auth Information for Webhooks
        • Transactions Events Examples - DEPOSIT
  1. V3 - CompanyFeature

Get Company Features

GET
/v3/company-feature/
Obtiene todas las features (funcionalidades) disponibles para la company con su estado actual.

Respuesta#

Retorna un objeto con las features y su estado habilitado/deshabilitado.

Request

None

Responses

🟢200OK
application/json
Successful response
Body

🟠401Unauthorized
🔴500Internal Server Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.develop.cresium.app/v3/company-feature/'
Response Response Example
200 - Example 1
{
    "data": [
        {
            "key": "INVESTMENT",
            "approved": true,
            "enabled": true,
            "companyId": 0
        }
    ]
}
Modified at 2026-02-20 14:08:41
Previous
Get Address
Next
Update Feature Enabled State
Built with