POST
/
market
/
pull
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!"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

JSON for pulling marketplace members

The body is of type object.

Response

200 - application/json

SUCCESS_MESSAGE

The response is of type object.