GET
/
2
/
communities
/
{id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the Community.

Query Parameters

community.fields
enum<string>[]

A comma separated list of Community fields to display.

Available options:
access,
created_at,
description,
id,
join_policy,
member_count,
name

Response

200 - application/json
data
object

A X Community is a curated group of Posts.

errors
object[]