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/orders/{orderUuid}/activities/{activityUuid}/tickets
- Sandbox serverhttps://sandbox.musement.com/api/v3/orders/{orderUuid}/activities/{activityUuid}/tickets
- Production serverhttps://api.musement.com/api/v3/orders/{orderUuid}/activities/{activityUuid}/tickets
- curl
- C#
- Node.js
curl -i -X GET \
'https://partner-api.musement.com/_mock/reference/openapi/orders/{orderUuid}/activities/{activityUuid}/tickets' \
-H 'Accept-Language: en-US' \
-H 'X-Musement-Application: string' \
-H 'X-Musement-Version: 3.4.0'Tickets for activity in order
The ticket's unique ID encoded in Base64.
The unique alphanumeric identifier for the feature, aka ticket option.
The price tag feature, aka ticket option, translated based on the Accept-Language header value.
[ { "id": "AW50cmFuY2UtYXV2aW9ndWlkZXr3NzkwNzQ4MQ==", "price_feature_code": "entrance-audioguide", "price_feature": "Entrance + audio guide", "date": "2021-06-15T16:00:00+0000" } ]
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/orders/{orderUuid}/activities/{activityUuid}/tickets/{ticketId}
- Sandbox serverhttps://sandbox.musement.com/api/v3/orders/{orderUuid}/activities/{activityUuid}/tickets/{ticketId}
- Production serverhttps://api.musement.com/api/v3/orders/{orderUuid}/activities/{activityUuid}/tickets/{ticketId}
- curl
- C#
- Node.js
curl -i -X GET \
'https://partner-api.musement.com/_mock/reference/openapi/orders/{orderUuid}/activities/{activityUuid}/tickets/{ticketId}' \
-H 'X-Musement-Application: string' \
-H 'X-Musement-Version: 3.4.0'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/orders/{orderUuid}/activities/{activityUuid}/voucher
- Sandbox serverhttps://sandbox.musement.com/api/v3/orders/{orderUuid}/activities/{activityUuid}/voucher
- Production serverhttps://api.musement.com/api/v3/orders/{orderUuid}/activities/{activityUuid}/voucher
- curl
- C#
- Node.js
curl -i -X GET \
'https://partner-api.musement.com/_mock/reference/openapi/orders/{orderUuid}/activities/{activityUuid}/voucher' \
-H 'X-Musement-Application: string' \
-H 'X-Musement-Version: 3.4.0'