Communities Lookup
Communities lookup by Community ID.
Returns a Community.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Community.
Example:
"1146654567674912769"
Query Parameters
A comma separated list of Community fields to display.
Minimum length:
1
Example:
[
"access",
"created_at",
"description",
"id",
"join_policy",
"member_count",
"name"
]
Response
200
application/json
The request has succeeded.
The response is of type object
.