Search Nace Sectors

Search Nace Sectors for Natural Person

get

Search Nace Sectors for Natural Person

Authorizations
Query parameters
descriptionstringOptional

Nace sector description

Responses
200

OK

application/json
get
GET /entities/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"
  }
]
get

Search Nace Sectors for Legal Entity

Authorizations
Query parameters
descriptionstringOptional

Nace sector description

Responses
200

OK

application/json
get
GET /entities/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"
  }
]

Last updated