Retrieve a list of business activities and their identifiers from our system to use them while creating a KYB applicant (a company)
https://api.kycaid.com/business-activities
- JSON
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- R
- Ruby
application/json
null
Response
application/json
[ { "business_category_id": "52502c011d5d0049ac2accd72f5d5c444afa", "labels": [ { "label": "Financial and insurance activities", "language_code": "EN" } ], "activities": [ { "business_activity_id": "4e46f42a001ee740a40ae35416507b121d00", "labels": [ { "label": "Central banking", "language_code": "EN" } ] } ] } ]