A collection of endpoints which can be used to search the catalog for relevant activities.
Musement API (3.5.0)
For merchant or affiliate partners wishing to use the Musement API.
See the Authentication section for details on how to authenticate with the API.
GET /activities/{activityUuid}/dates/{date}- Added
availability,max_buyandmin_buyproperties to timeslots. For more info, check out our guide
- Added
The value of this parameter might affect the language of the content in the response, provided a translation in the requested language is available.
A partner's application value, used for analyzing API usage and to identify areas of improvement.
The API version to use for the request.
When absent, the latest version is used by default, however the latest version may not be stable. Partners are encouraged to use the latest stable version: 3.4.0.
- Mock serverhttps://partner-api.musement.com/_mock/reference/openapi/features
- Sandbox serverhttps://sandbox.musement.com/api/v3/features
- Production serverhttps://api.musement.com/api/v3/features
- curl
- C#
- Node.js
curl -i -X GET \
https://partner-api.musement.com/_mock/reference/openapi/features \
-H 'Accept-Language: en-US' \
-H 'X-Musement-Application: string' \
-H 'X-Musement-Version: 3.4.0'[ { "code": "string", "name": "string" } ]
The value of this parameter might affect the language of the content in the response, provided a translation in the requested language is available.
A partner's application value, used for analyzing API usage and to identify areas of improvement.
The API version to use for the request.
When absent, the latest version is used by default, however the latest version may not be stable. Partners are encouraged to use the latest stable version: 3.4.0.
- Mock serverhttps://partner-api.musement.com/_mock/reference/openapi/services
- Sandbox serverhttps://sandbox.musement.com/api/v3/services
- Production serverhttps://api.musement.com/api/v3/services
- curl
- C#
- Node.js
curl -i -X GET \
https://partner-api.musement.com/_mock/reference/openapi/services \
-H 'Accept-Language: en-US' \
-H 'X-Musement-Application: string' \
-H 'X-Musement-Version: 3.4.0'[ { "code": "string", "name": "string" } ]