Get Channel Categories
Retrieve available channel categories for searching.
Authentication Required
Login to swap the placeholders with your real Instance ID and Access Token.
Log InNo query parameters required
This endpoint doesn't expect data in the URL.
Best practices
Cache this list; categories rarely change.
Display these categories in your UI to help users filter searches.
Filter Keys: Channel Categories
The /v2/channels/search/categories endpoint returns the official list of topic filters supported by the WhatsApp directory.
🎯 Implementation Strategy
Dynamic Dropdowns
Do not hardcode these values in your frontend code. WhatsApp may add new categories (e.g., "Gaming" or "Science") in the future.
- Best Practice: Fetch this list once on app load and populate your "Filter by Topic" dropdown dynamically.
Standard Values
Common categories include:
ENTERTAINMENTSPORTSLIFESTYLEBUSINESSNEWSORGANIZATIONS
Request Parameters
Configure the parameters required to interact with this endpoint. All query and body arguments are listed below with their details.
URL Parameters
Passed in the URL query stringstring | Your unique WhatsApp Instance ID Example: | ||
string | Your API Access Token Example: |
Request Samples
Use these ready-to-go code snippets to integrate our API into your project quickly and efficiently. Choose your preferred language and library.
Expected Responses
Explore all possible responses and outcomes from the server. We have documented each status code with data examples to make success and error handling easier.
Example
{
"0": "Entertainment",
"1": "News",
"2": "Technology"
}Command Palette
Search for a command to run...