Skip to main content
POST
Create Thread

Create Thread

Creates a new thread in a discussion board group. The authenticated customer becomes the thread author.

Authentication

Requires a valid customer bearer token.

Request Body

GroupId
number
required
The discussion group to post in.
Title
string
required
Thread title.
Content
string
required
Thread body content.
Tags
string[]
Optional array of tags to apply.

Response

Returns a 200 OK on success.

Examples

Create a thread

TypeScript Integration