GET https://devs.ouya.tv/api/v1/developers/xxx/products/
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-details.rst
1 ===========================================
2 ``GET https://devs.ouya.tv/api/v1/details``
3 ===========================================
4
5 Detail page for an app bundle.
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/details``
18 Headers
19   Standard headers
20 GET parameters
21   ``auth_token``
22     Same as ``X-OUYA-AuthToken``
23   ``page``
24     UUID of the page to show
25
26     Example: ``be239ca4-10fd-42dd-89cd-1806e80b1362``
27
28 HTTP response
29 =============
30 Status code
31   ``200 OK``
32 Content-type
33   ``application/json; charset=utf-8``
34
35 Example
36 -------
37
38 .. include:: api-v1-details.response.json
39    :code: