Reference Data API
List Subindustries
Retrieve subindustries for a given industry.
GET
Returns every subindustry that belongs to a given industry. Use these values with the
sub_industry filter on search endpoints.
Endpoint
Authentication
Your Hirebase API key. Optional — not enforced on this endpoint today.
Query Parameters
The industry to fetch subindustries for. Must be a valid top-level industry from List Industries (e.g.,
"Healthcare").Response
Array of subindustry strings for the requested industry.
Error Responses
Missing required
industry query parameter:Invalid or missing API key.
The requested
industry does not exist. See List Industries for valid values.