Skip to main content
POST
Create comment on Facebook post

Authorizations

Authorization
string
header
required

JWT token obtained from /api/auth/token endpoint. Token is verified using JWKS and must include a valid user identifier.

Path Parameters

projectId
string<uuid>
required
postId
string
required

Body

application/json
accountId
string<uuid>
required
message
string
required
Minimum string length: 1

Response

Comment created successfully

success
boolean
required
data
object
required