GET /2/communities/search
Returns Communities that match search query
Servers
- https://api.twitter.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
query |
String | Yes |
Query to search communities. |
max_results |
Integer | No |
The maximum number of search results to be returned by a request. Default value: 10 |
next_token |
String | No |
This parameter is used to get the next 'page' of results. The value used with the parameter is pulled directly from the response provided by the API, and should not be modified. |
community.fields[] |
Array | No |
A comma separated list of Community fields to display. |
pagination_token |
String | No |
This parameter is used to get the next 'page' of results. The value used with the parameter is pulled directly from the response provided by the API, and should not be modified. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.