How to submit an offer for an item

To submit an item offer, use the following URL along with the item ID and additional POST data.

 Method URL
 POST  https://api.fairwarningsoftware.com/v1.1.1/item/offer/[id]

 

Request
{
        "user_id": <user_id>,
        "offer": <offer>
}

 

 Field  Type Description
user_id int The ID of the user submitting the item offer
offer string The message sent by the user

 

 Status Response
 200 {
        "success": <success>
}
401  {"error":"The API keys provided are invalid."}
403  {"error":"API keys are missing."}
500  {"error": <custom error>}

 

 Field  Type Description
success bool Whether or not the request was successful