cURL
curl --request POST \ --url https://api.vaultcord.com/market/refund/{orderId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Sent refund for the 30/1500 failed members! Please buy from different seller on marketplace next time" }
Refund Order
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the resource
This only succeeds if you have ALREADY pulled members and it's fully finished pulling.
The response is of type object.
object