Gets the terms of service offered by the server.
GET {{baseUrl}}/terms
Gets all the terms of service offered by the server. The client is expected to filter through the terms to determine which terms need acceptance from the user. Note that this endpoint does not require authentication.
RESPONSES
status: OK
{"policies":{"terms_of_service":{"version":"2.0","en":{"name":"Terms of Service","url":"https://example.org/somewhere/terms-2.0-en.html"},"fr":{"name":"Conditions d'utilisation","url":"https://example.org/somewhere/terms-2.0-fr.html"}},"privacy_policy":{"version":"1.2","en":{"name":"Privacy Policy","url":"https://example.org/somewhere/privacy-1.2-en.html"},"fr":{"name":"Politique de confidentialité","url":"https://example.org/somewhere/privacy-1.2-fr.html"}}}}