cURL
curl --request GET \ --url https://rest.forestreet.com/v2/markets/{marketId} \ --header 'x-api-key: <api-key>'
{ "data": { "id": 123, "name": "<string>", "description": "<string>", "headerImage": "<string>", "status": "<string>", "isEditable": true, "isArchived": true, "createdAt": "<string>", "updatedAt": "<string>" } }
Fetch a specific market in the collection
Pass a static API key for every request, provided by your customer support.
ID of the specific market.
x > 0
GET a market in collection response
The response is of type object.
object