Skip to content
Developer Docs

Business activity by country and code

GET
/business-activity/v1/business-activities

Returns a single business activity identified by its country and activity code, together with the
group it belongs to. Use it to resolve a code that is already known without fetching the whole
catalogue tree.

Authorizations

OAuth2

OAuth2 security scheme

clientCredentials Flow
Token URL"/api/v2/auth/token"
Scopes:
  • "zertiban-api"Access to the API

Parameters

Query Parameters

country*

Country code

Type
string
Required
Format
"ISO 3166 alpha-2"
code*

Activity code

Type
string
Required

Responses

Business activity

application/json
JSON
{
  
"uuid": "string",
  
"code": "string",
  
"description": "string",
  
"favourite": true,
  
"group": {
  
  
"uuid": "string",
  
  
"code": "string",
  
  
"description": "string"
  
}
}

Playground

Server
Authorization
Variables
Key
Value

Samples