Get Channel Views
Retrieve available view types for searching channels (e.g. RECOMMENDED, MOST_ACTIVE).
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
Track these metrics to optimize your content strategy.
Compare view counts against follower counts to measure active engagement.
Filter Keys: View Types
The /v2/channels/search/views endpoint returns the valid sorting algorithms you can use in the Main Search API.
🏗️ Dynamic Sorting
The WhatsApp algorithm provides different lenses to view the channel directory.
Key Views:
RECOMMENDED: The default "For You" experience.POPULAR: Highest subscriber count.NEW: Recently created channels.MOST_ACTIVE: Channels with high posting frequency (useful for finding bots/news).
Usage
Pass any of these strings to the /v2/channels/search/view endpoint as the view parameter.
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": "RECOMMENDED",
"1": "MOST_ACTIVE",
"2": "POPULAR"
}Command Palette
Search for a command to run...