Retrieve a list of business activities and their identifiers from our system to use them while creating a KYB applicant (a company)
Security
API-Key
- https://api.kycaid.comhttps://api.kycaid.com/business-activities
curl -i -X GET \
https://api.kycaid.com/business-activities \
-H 'API-Key: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json'OK
The request was successful, and our system returned an expected response.
Array []
A business category identifier for business activities, that may help to faster find a necessary business activity. A business category contains one or several business activities
Example:"27c5caea93ee4656881ef9a30fadd21a3768"
Response
[ { "business_category_id": "27c5caea93ee4656881ef9a30fadd21a3768", "labels": [ { "label": "Financial and insurance activities", "language_code": "EN" } ], "activities": [ { "business_activity_id": "27c5caea93ee4656881ef9a30fadd21a3768", "labels": [ { "label": "Central banking", "language_code": "EN" } ] } ] } ]