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
Show child attributes
Unique identifier of the market.
Name of the market.
Optional description of the market.
Optional URL to the market's header image.
Optional status of the market.
Indicates if the market is editable.
Indicates if the market is archived.
Timestamp when the market was created.
Timestamp when the market was last updated.