Skip to main content
POST
Create a forum opportunity

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
title
string
required
Example:

"How to start a blog in 2024"

url
string
required
Example:

"https://reddit.com/r/blogging/comments/abc123"

competitorId
string

Associate with a competitor

Example:

"clx..."

Response

201 - application/json
id
string
required
Example:

"clx..."

title
string
required
Example:

"How to start a blog in 2024"

url
string
required
Example:

"https://reddit.com/r/blogging/comments/abc123"

status
enum<string>
required
Available options:
new,
processed
Example:

"new"

createdAt
string<date-time>
required
updatedAt
string<date-time>
required
competitorId
string | null
Example:

"clx..."