Jump to content

How to hide / unhide all listings using bp.tf API?


Chuck

Recommended Posts

what documentation

 

in all seriousness, it looks like a POST request is sent to

https://backpack.tf/user/<SID64>/classifieds

with the following form data:

{
    intent: <buy | sell>
    action: <hide | unhide>
    may_unhide: false
    user-id: <userid>
}

where intent can be buy or sell, action can be hide or unhide, and user-id is your user-id cookie(?)

Link to comment
Share on other sites

  • Chuck locked this topic

Archived

This topic is now archived and is closed to further replies.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...