"details" example for a game
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-premium_purchases.rst
1 =====================================================
2 ``GET https://devs.ouya.tv/api/v1/premium_purchases``
3 =====================================================
4
5 Get a list of all games that have been bought.
6
7
8 HTTP request
9 ============
10 Protocol
11   ``https``
12 Method
13   ``GET``
14 Host
15   ``devs.ouya.tv``
16 Path
17   ``/api/v1/premium_purchases``
18 Headers
19   Standard headers
20 GET parameters
21   ``auth_token``
22     Same as ``X-OUYA-AuthToken``
23
24
25 HTTP response
26 =============
27 Status code
28   ``200 OK``
29 Content-type
30   ``application/json; charset=utf-8``
31
32 Full details of the apps.
33
34 Example
35 -------
36
37 .. include:: api-v1-premium_purchases.response.json
38    :code: