# Get business activities Retrieve a list of business activities and their identifiers from our system to use them while creating a KYB applicant (a company) Endpoint: GET /business-activities Security: Your API key ## Response 200 fields (application/json): - `business_category_id` (string) 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 - `labels` (array) - `labels.label` (string) A name of a business category - `labels.language_code` (string) A language code of a label (name) of a business category. is for English, is for Russian, is for Ukrainian Enum: "EN", "RU", "UK" - `activities` (array) - `activities.business_activity_id` (string) A business activity identifier of a an object. The full list of business activities and their identifiers is accessible in “Business activities” section ## Response 400 fields (application/json): - `type` (string) Example: "bad_request" - `errors` (array) ## Response 500 fields (application/json): - `type` (string) Example: "internal_server" - `errors` (array)