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
ID of the current collection where the market is located.
ID of the target collection where the market will be moved.
Move a market in collection response
Indicates whether the move operation was successful.
Optional message providing additional information about the move operation.