cURL
curl --request POST \ --url https://rest.forestreet.com/v2/markets/{marketId}/move \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "oldCollectionId": 1, "newCollectionId": 1 }'
{ "success": true, "message": "<string>" }
Move a specific market in the collection
Pass a static API key for every request, provided by your customer support.
ID of the market to move.
x > 0
Move a market in collection response
The response is of type object.
object