cURL
curl --request POST \ --url https://api.vaultcord.com/market/pull \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "orderId": "HR-a59c162b-a7c6-47bb-9322-10651eeeae68" }'
{ "success": true, "message": "Successfully pulled members!" }
Pull Market Order
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
JSON for pulling marketplace members
The body is of type object.
object
SUCCESS_MESSAGE
The response is of type object.