Overview
Retrieves all active business categories and their sub-categories from the API. Use this query to get thebusinessCategoryId and businessSubCategoryId values required for the registerBusiness mutation.
Required scopes
Parameters
This query does not require any parameters and does not support paginationBasic query structure
Sample request:json
Response details
BusinessSubCategory
cURL Example
Notes
- Categories are sorted alphabetically by
categoryName. - Use the
businessCategoryIdandbusinessSubCategoryIdvalues from this query when calling theregisterBusinessmutation. - The subcategory must be part of the chosen category to be valid during business registration.