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
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://partner-api.musement.com/_mock/reference/openapi
Sandbox server
https://sandbox.musement.com/api/v3
Production server
https://api.musement.com/api/v3
Headers
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.
Example: 3.4.0
- Mock serverhttps://partner-api.musement.com/_mock/reference/openapi/activities/{activityUuid}/pickups
- Sandbox serverhttps://sandbox.musement.com/api/v3/activities/{activityUuid}/pickups
- Production serverhttps://api.musement.com/api/v3/activities/{activityUuid}/pickups
- curl
- C#
- Node.js
curl -i -X GET \
'https://partner-api.musement.com/_mock/reference/openapi/activities/{activityUuid}/pickups' \
-H 'X-Musement-Application: string' \
-H 'X-Musement-Version: 3.4.0'Pickups for activity
Example: [{"id":"AC5257025","type":"CONTENT-MANAGER-DATA"},{"id":"472","type":"HOTEL-CODE"}]
The type of pickup:
HOTEL: A hotel where customers can wait in the lobby.PICKUP: A general location. Customers may need to wait outside.
Enum"HOTEL""PICKUP"
Example: "HOTEL"
Response
application/json
[ { "latitude": 39.7191046, "longitude": 3.4578191, "name": "Allsun Hotel Lux de Mar", "tags": [ … ], "type": "HOTEL", "uuid": "c2326f61-c0d7-4353-8a1f-c1f12c4249f3" } ]