Get a Community
This endpoint retrieves community details using the community identifier.
Last updated
This endpoint retrieves community details using the community identifier.
Last updated
GET
https://api.whisk.com/community/v2/{community_id}
You can append the following path and query parameters to the base URL to pull details of a particular community:
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Whisk allows you to discover and understand its API capabilities on the Swagger interface with the ability to try out the API calls directly in your browser. You can call this endpoint here.
community_id
string
The community identifier.
fields
array
Any additional community details to retrieve. You can choose one or more of these supported values:
- COMMUNITY_FIELD_DESCRIPTION
- COMMUNITY_FIELD_TOPICS
- COMMUNITY_FIELD_SOCIAL_SETTINGS
- COMMUNITY_FIELD_PERMISSIONS
- COMMUNITY_FIELD_MEMBERS_COUNT
- COMMUNITY_FIELD_RECIPES_COUNT
- COMMUNITY_FIELD_SPONSORED
Note: For performance reasons, we recommend using this parameter only when required.
Authentication
string
User token to authorize the API usage. For more information, see Authentication.