JavaScript
const options = {method: 'GET'}; fetch('https://api.gnosispay.com/api/v1/terms', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "terms": [ { "type": "general-tos", "currentVersion": "<string>", "url": "<string>", "name": "<string>" } ] }
This endpoint provides public access to terms information including type, current version, URL, and name.
Successfully retrieved terms
Show child attributes
Type of terms and conditions
general-tos
card-monavate-tos
cashback-tos
privacy-policy
Current version of these terms
URL to view these terms
Human-readable name of these terms