Jump to Content
MyzoneMyzonePricing
RecipesAPIsChangelogDiscussions
MyzonePricingMyzone
APIs
RecipesAPIsChangelogDiscussions
All
Pages
Start typing to search…

GETTING STARTED

  • OAuth 2.0
  • Rate Limits

Endpoints

  • Accounts
    • Get details of a specific user accountget
    • Update an existing user accountput
    • Retrieve a list of user accountsget
    • Register a new user accountpost
  • Biometrics
    • Retrieve a user's biometric dataget
    • Update a user's biometric dataput
    • Retrieve biometric data for multiple usersget
  • Classes And Booking
    • Retrieve a list of class templatesget
    • Retrieve a list of classesget
    • Create a new classpost
    • Retrieve details of a specific classget
    • Update a specific classput
    • Retrieve occurrences of a classget
    • Retrieves details of a specific class occurrenceget
    • Update a class occurrenceput
    • Retrieve bookings for a class occurrenceget
    • Books a user into a class occurrence.post
    • Cancel a bookingdel
  • Facilities
    • Retrieve a list of facilitiesget
  • Moves
    • Retrieve a user's move historyget
Powered by 

Retrieve a user's move history

get https://ext-api.myzone.org/v1/moves/

Fetches a paginated list of a user's recorded moves, ordered by start date and time in descending order (most recent first).

The start parameter is required to define the initial range of moves.

Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here!