v1

latestOpenAPI 3.1.02026-07-24360204.4 KB

Business Categories

Use this API to get a list of business categories used by ZWITCH APIs.

get/v1/constants/business-categories

Query parameters

start_afterstring

The business category after which you want to get details.<br> Use this with the results_per_page for pagination.<br><br>Example: defence

start_beforestring

The business category before which you want to get details.<br> Use this with the results_per_page for pagination.<br><br>Example: defence

results_per_pagestring

The number of results you want to get per API call.<br>Use this with the start_before or start_after parameters for pagination.<ul><li>Defaul.t value 10.<li>Maximum value 100.</ul></li>Example: 15

Response

200

objectstring
has_moreboolean

Example response

{
  "object": "list",
  "has_more": true,
  "data": [
    {
      "ID": "agri_business",
      "Name": "Agri Business"
    }
  ]
}