Legals

This resource provides links to the Legal Documents, such as Terms of Service and Privacy Policy

GET /legals

Request

No parameters required (besides your API key of course).

Responses

Success

{
    "status": "ok",
    "legals": [
        {
            "name": "Terms of Service",
            "url": "http://test.host/legal/Terms-of-Service"
        },
        {
            "name": "Privacy Policy",
            "url": "http://test.host/legal/Privacy-Policy"
        }
    ]
}