Gets a list of current journey entities for the currently authenticated member

Current journeys are defined as journeys that:

  • Either contain a showtime that has yet to finish or no showtimes and uncollected items.
  • Have not been fully refunded.

Sort order is by showtime date or date of order (if no showtime present) with earliest first.

Licenses Required

  • Vista.Ocapi
Request
header Parameters
loyaltySessionToken
string

Current Loyalty session token, represents a 'signed-in' member

Connect-Region-Code
string

Region Code

Responses
200

Success

401

No member authenticated.

get/ocapi/v1/members/current/journeys/current
Request samples
Response samples
application/json
{
  • "journeys": [
    ],
  • "relatedData": {
    }
}