Some details info
[ouya-store-api.git] / api / devs.ouya.tv / api-v1-gamers-me-agreements.rst
1 ========================================================
2 ``GET https://devs.ouya.tv/api/v1/gamers/me/agreements``
3 ========================================================
4
5 Check which legal agreements have been confirmed by the user,
6 and if there are updates that have to be confirmed.
7
8
9 HTTP request
10 ============
11 Protocol
12   ``https``
13 Method
14   ``GET``
15 Host
16   ``devs.ouya.tv``
17 Path
18   ``/api/v1/gamers/me/agreements``
19 Headers
20   Standard headers
21 GET parameters
22   ``auth_token``
23     Same data as in standard header ``X-OUYA-AuthToken``
24
25
26 HTTP response
27 =============
28 Status code
29   ``200 OK`` 
30 Content type
31   ``application/json; charset=utf-8``
32
33 Example:
34
35 .. include:: api-v1-gamers-me-agreements.response.json
36    :code:
37
38 Each agreement has an associated HTML file with the same name
39 at ``https://devs.ouya.tv/agreements/``, e.g.
40 ``https://devs.ouya.tv/agreements/marketplace.html`` for the
41 ``marketplace`` agreement.
42