Skip to main content
POST
/
v1
/
topics
/
tweets
Get Topic Tweets
curl --request POST \
  --url https://api.warmyourx.com/v1/topics/tweets \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'topic_id=<string>' \
  --data target=100 \
  --data run_async=false
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Body

application/x-www-form-urlencoded
topic_id
string
required
target
integer
default:100
Required range: 20 <= x <= 2000
run_async
boolean
default:false

Response

Successful Response