Skip to content

Create a thread inside a forum.

POST
/api/regions/{regionId}/forum/threads

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

regionId*
Typestring
Required

Query Parameters

subforumId
Typeinteger

Request Body

application/json
JSON
{
"body": "Example content of a forum post",
"title": "Forum thread title",
"sendMail": true
}

Responses

Success

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python