Skip to main content
POST
Create A Community Group Post

Authorizations

X-API-Key
string
header
required

Client API key copied from Developer Access in the TheFaithApp dashboard.

Authorization
string
header
required

Member access token returned by POST /v1/auth/token.

Path Parameters

groupId
integer
required

Community group identifier.

Required range: x >= 1

Body

application/json
type
enum<string>
required
Available options:
announcement,
discussion
body
string
required
Maximum string length: 10000
title
string | null
Maximum string length: 255

Response

Community group post created.

The response is of type object.