Skip to main content

Overview

Retrieves all active business categories and their sub-categories from the API. Use this query to get the businessCategoryId and businessSubCategoryId values required for the registerBusiness mutation.

Required scopes


Parameters

This query does not require any parameters and does not support pagination

Basic query structure

Sample request:
Sample response:
json

Response details


BusinessSubCategory


cURL Example



Notes

  • Categories are sorted alphabetically by categoryName.
  • Use the businessCategoryId and businessSubCategoryId values from this query when calling the registerBusiness mutation.
  • The subcategory must be part of the chosen category to be valid during business registration.