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
Request
Returns an array of refund policies for the activity.
Activities without refund policies are non-refundable. Depending on the configuration, an activity without refund policies will return either an empty or array or a 404 status code response.
A 404 status code response could also mean the activity does not exist.
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/activities/{activityUuid}/refund-policies
- Sandbox serverhttps://sandbox.musement.com/api/v3/activities/{activityUuid}/refund-policies
- Production serverhttps://api.musement.com/api/v3/activities/{activityUuid}/refund-policies
- curl
- C#
- Node.js
curl -i -X GET \
'https://partner-api.musement.com/_mock/reference/openapi/activities/{activityUuid}/refund-policies' \
-H 'X-Musement-Application: string' \
-H 'X-Musement-Version: 3.4.0'Refund policies for activity
The minimum amount of time, following ISO 8601, before a scheduled reservation can be cancelled and still obtain a refund.
The type of refund policy:
ABSOLUTE: A specific amount is refunded in thecurrency_codevalue.PERCENTAGE: A percentage of the product price is refunded.
The refund policy amount. Depending on the type property, this could be a percentage or a specific currency amount.
[ { "period": "P2D", "type": "PERCENTAGE", "uuid": "e9d85f7d-6e48-11e8-8a05-02bc4b6113e8", "value": 100 } ]
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/activities/{activityUuid}/taxonomies
- Sandbox serverhttps://sandbox.musement.com/api/v3/activities/{activityUuid}/taxonomies
- Production serverhttps://api.musement.com/api/v3/activities/{activityUuid}/taxonomies
- curl
- C#
- Node.js
curl -i -X GET \
'https://partner-api.musement.com/_mock/reference/openapi/activities/{activityUuid}/taxonomies' \
-H 'Accept-Language: en-US' \
-H 'X-Musement-Application: string' \
-H 'X-Musement-Version: 3.4.0'Taxonomies for activity
The taxonomy's category, if any.
A value of NO-STANDARD is used for taxonomies which were written by the activity provider. These non-standard taxonomies are part of the translation for a specific language and might not match the Accept-Language header value.
The taxonomy name/label, translated based on the Accept-Language header value.
[ { "category": "FOOD-AND-DRINK", "name": "Mixed drinks at the bar - lit moves on the floor", "type": "HIGHLIGHT", "uuid": "7a1de19f-51e1-11e7-96a2-06d26c7657b2" } ]