---
title: "Get all the On Demand purchases and rentals that a user has made"
method: GET
path: "/me/ondemand/purchases"
tags: ["On Demand\\Purchases and Rentals"]
---

# Get all the On Demand purchases and rentals that a user has made

`GET /me/ondemand/purchases`

Information about this method appears below.

## Query parameters

- `direction` 'asc' | 'desc'
- `filter` 'all' | 'expiring_soon' | 'film' | 'important' | 'purchased' | 'rented' | 'series' | 'subscription' | 'unwatched' | 'watched'
- `page` number
- `per_page` number
- `sort` 'added' | 'alphabetical' | 'date' | 'name' | 'purchase_time' | 'rating' | 'release_date'

## Response `200`

The purchases and rentals were returned.

## Other responses

- `403` — The authenticated user can't view the purchases and rentals for another user's account.

---

[API](https://skmtc.net/vimeo/apis/vimeo-api.md) · [All operations](https://skmtc.net/vimeo/apis/vimeo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vimeo/vimeo-api/revisions/ea882e0224a4/schema)
