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.
Available options:
access
, created_at
, description
, id
, join_policy
, member_count
, name
Example:
[
"access",
"created_at",
"description",
"id",
"join_policy",
"member_count",
"name"
]
Response
200
application/json
The request has succeeded.
A X Community is a curated group of Posts.
An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).