Skip to content

Create a post inside a thread.

POST
/api/forum/thread/{threadId}/posts

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

threadId*
Typestring
Required
Pattern"\\d+"

Request Body

application/json
JSON
{
"body": null
}

Responses

success

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python