Get Asset Profile List
Returns a list of Asset Profiles for the authenticated user. Supports filtering and ordering by multiple fields. When limit or offset is provided the response includes a count field with the total number of matching records.
Authorization
bearerAuth In: header
Query Parameters
Full-text search across company_name, cdi, status, source, symbol, security_name, dsin, instrument_class, debt_instrument, exempted_offerings
Filter by company name (case-insensitive contains)
Filter by source. Comma-separated values are supported (e.g. source=A,B)
Filter by DSIN (Digital Security Identifier Number) of the linked symbol
Filter by CDI (Canonical Digital Identity) identifier
Filter by ticker symbol of the linked symbol
Filter by security name of the linked symbol
Filter by instrument class. Comma-separated values are supported (e.g. Equity,Debt). See Field Reference for allowed values.
Filter by debt instrument type. Comma-separated values are supported. See Field Reference for allowed values.
Filter by exempted offering type. Comma-separated values are supported. See Field Reference for allowed values.
Maximum number of records to return. Enables pagination — response will include a count field
Number of records to skip before returning results. Used together with limit
Response Body
application/json
curl -X GET "https://example.com/backend/api/v1/asset/company_profile/"{ "message": "string", "count": 0, "data": [ { "id": 0, "symbol": 0, "symbol_name": "string", "symbol_data": { "symbol": "string", "security_name": "string", "dsin": "string", "isin": "string", "sec_token_classification": "string", "instrument_class": "string", "debt_instrument": "string", "exempted_offerings": "string", "score": {} }, "company_name": "string", "cdi": "string", "status": "string", "is_approved": true, "approved_by": "string", "approved_date_time": "string", "logo": "string", "business_description": "string", "street_address_1": "string", "street_address_2": "string", "city": "string", "state": "string", "zip_code": "string", "country": "string", "email": "string", "phone": "string", "web_address": "string", "sic_industry_classification": "string", "incorporation_information": "string", "number_of_employees": "string", "total_shares_outstanding": "string", "initial_offering_date": "string", "price_per_share_value": [ "string" ], "price_per_share_date": [ "string" ], "last_market_valuation": "string", "last_sale_price": "string", "company_officers_and_contacts": [ {} ], "board_of_directors": [ {} ], "product_and_services": "string", "company_facilities": "string", "transfer_agent": "string", "accounting_auditing_firm": "string", "investor_relations_marketing_communications": "string", "securities_counsel": "string", "us_reporting": "string", "edgar_cik": "string", "fill_out_percentage": 0, "asset_type": "string", "asset_type_option": "string", "asset_type_description": [ "string" ], "asset_type_images": [ "string" ], "issuer_profile_option": "string", "issuer_profile_description": [ "string" ], "issuer_profile_images": [ "string" ], "issuer_profile_files": [ "string" ], "spv_name": "string", "token_category": "string", "tokenization_platform": "string", "tokenization_method": "string", "use_of_token": "string", "issuer2": "string", "issuer_lei": "string", "issuer_cik": "string", "domicile": "string", "license_or_regulatory_framework": "string", "regulator": "string", "dispute_resolution_country": "string", "instrument_representation_type": "string", "custody_reach": "string", "transfer_capability": "string", "transfer_authorization_model": "string", "ledger_utilization": "string", "platform_coupling": "string", "expected_distribution_path": "string", "representation_notes": "string", "cdi_canonical_identity": "string", "cdi_identity_hash": "string", "terms": "string", "source": "string", "tokens": {}, "data_feef_providers": [ {} ], "network_profiles": {}, "created_at": "2019-08-24T14:15:22Z" } ], "filters": {}, "code": 0}