LogoLogo
  • Home Page
  • Documentation
    • API Overview
    • Partner API Authentication
    • Customer Management
      • Onboarding
    • Partner Webhooks
    • Status Codes for Financial Operations
    • Prices
  • WEBSOCKETS
    • Websocket Prices
      • Prices
      • Schemas
  • API REFERENCE
    • Authorization
      • Schemas
    • User Management
      • Users
      • Schemas
    • Customers
      • General
      • Legal Entities
      • Natural Persons
      • Customer Labels
      • Search Nace Sectors
      • Onboarding Wizard
      • Schemas
    • Documents
      • Documents
      • Schemas
    • Onboardings
      • Onboarding
      • Offboarding
      • Schemas
    • Products
      • Product Definitions & Fees
      • Customer Products
      • Products Changelog
      • Schemas
    • Asset Management
      • Digital assets
        • Create Order
        • General
        • Assets
        • Schemas
    • Transaction History
      • Schemas
    • Transfers
      • Transfers
      • IBAN validator
      • Create Incoming Test Transfer
      • Schemas
    • Partner Documents
      • Schemas
    • Webhooks
      • Schemas
  • PARTNER APIS
    • Partner Webhooks
      • Schemas
Powered by GitBook
On this page
Export as PDF
  1. API REFERENCE
  2. Customers

Search Nace Sectors

Last updated 23 days ago

Search Nace Sectors for Legal Entity

get

Ready to test

Search Nace Sectors for Legal Entity

Authorizations
Query parameters
descriptionstringOptional

Nace sector description

Responses
200
OK
application/json
400
Bad Request
application/json
get
GET /customers/legal-entities/search/nace-sectors HTTP/1.1
Host: tvda-api.platform-test.tradevest.ai
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "section": "text",
    "code": "text",
    "description": "text"
  }
]

Search Nace Sectors for Natural Person

get

Ready to test

Search Nace Sectors for Natural Person

Authorizations
Query parameters
descriptionstringOptional

Nace sector description

Responses
200
OK
application/json
400
Bad Request
application/json
get
GET /customers/natural-persons/search/nace-sectors HTTP/1.1
Host: tvda-api.platform-test.tradevest.ai
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "section": "text",
    "description": "text"
  }
]
  • GETSearch Nace Sectors for Legal Entity
  • GETSearch Nace Sectors for Natural Person