Skip to content

Create a thread inside a forum.

POST
/api/forum/{forumId}/{forumSubId}

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

forumId*
Typestring
Required
Pattern"\\d+"
forumSubId*
Typestring
Required
Pattern"\\d"

Request Body

application/json
JSON
{
"title": null,
"body": null,
"sendMail": null
}

Responses

success

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python