cURL
curl --request POST \ --url https://api.warmyourx.com/v1/communities/tweets \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'community_id=<string>' \ --data target=100 \ --data run_async=false
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
20 <= x <= 2000
Successful Response