Join a Community
This endpoint allows to become a member of a public community.
Last updated
This endpoint allows to become a member of a public community.
Last updated
POST
https://api.whisk.com/community/v2/{community_id}/join
You can use the following path parameter to join a particular community:
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. For example, d25506c2690f4b81b2050b9b90bda3b7
.
Authentication
string
User Access token containing community:write
scope to authorize the API usage. For more information, see Authentication.