List all industry subcategories
List industry subcategories with their parent category details, supporting cursor-based pagination and sorting by category or subcategory name. Each subcategory is identified by a UUID and includes NAICS codes. Used during entity setup to select an industry classification.
Token scopes: legal-entity:read
Authentication
AuthorizationBearer
## Authentication
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
```curl
curl -X GET 'https://api.letsdeel.com/rest/v2/contracts' \
-H 'Authorization: Bearer YOUR-TOKEN-HERE'
```
[Learn more about authentication](/api/authentication)
OR
AuthorizationBearer
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/
Query parameters
limit
Maximum number of items to return per page.
order
Sorting order of the results.
Allowed values:
sort_by
Field used to sort the results.
Allowed values:
cursor
Cursor used for paginating to the next page of results.
Response
List of industry subcategories.
data
List of industry subcategories.
has_more
Indicates if there are more results available.
next_cursor
Cursor to fetch the next page of results.
total_count
Total number of results matching the query.