Overview
The getBusinessCategories query returns every active business category with its sub-categories. Both IDs are required by registerBusiness, and a sub-category is only valid alongside the category it belongs to. Let the user pick a category and one of that category’s sub-categories in your UI, then pass both UUIDs through.Required scopes
Use the same consumer token you will use for
registerBusiness. A business-account token is rejected, and Basic authentication is not accepted.
Basic query structure
Response details
BusinessSubCategory
Categories are returned sorted by
categoryName, ascending.
cURL Example
Example Response
Error Codes
This query returns all failures in the top-levelerrors array — there is no success: false payload.
Notes
- Categories a user selects here are read by a human reviewer during KYB, so surface
categoryDescriptionin your UI where it helps them choose accurately. - Sending one ID without the other is rejected at registration with
ARG-0002. Always pass both.
Related pages
KYB overview
Prerequisites and the end-to-end registration flow.
Register a business
The mutation that consumes these IDs.