# Updates Use the following request to see which activities were updated on a specific date: ```bash curl -X GET '{baseUrl}/catalog/updates/{date}' \ -H 'X-Musement-Application: {applicationValue}' \ -H 'X-Musement-Market: {marketCode}' \ -H 'X-Musement-Version: 3.4.0' \ -H 'Authorization: Bearer {accessToken}' ``` The response contains a list of all the activities which have been updated on that date for the market in the `X-Musement-Market` header. If the `X-Musement-Market` header is not part of the request, the value `US` will be used by default.