Pickups

Some activities require selecting a pickup location as part of the booking flow.

Get pickups for activity

get/activities/{activityUuid}/pickups

Some activities require selecting a pickup from this endpoint as part of the reservation flow.

Request
path Parameters
activityUuid
required
string <uuid>

The UUID of the activity.

header Parameters
X-Musement-Application
string (Application value)

A partner's application value, used for analyzing API usage and to identify areas of improvement.

X-Musement-Version
string^[0-9]+?.[0-9]+?.[0-9]+?$

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
Responses
200

Pickups for activity

403

Forbidden: activity is not accessible to partners

404

Not found: activity with UUID does not exist

default

Error

Request samples
Response samples
application/json
[
  • {
    }
]