v1

latestOpenAPI 3.1.02026-07-24360204.4 KB

Business Types

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

get/v1/constants/business-types

Query parameters

start_afterstring

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

start_beforestring

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

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>Default value 10.<li>Maximum value 100.</ul></li>Example: 15

Response

200

objectstring
has_moreboolean

Example response

{
  "object": "list",
  "data": [
    {
      "ID": "individual",
      "Name": "Individual"
    }
  ]
}