JavaScript
const options = {method: 'GET'}; fetch('https://gp-auth-module.prod.gnosispay.com/terms', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "terms": [ { "type": "<string>", "currentVersion": "<string>", "name": "<string>", "url": "<string>" } ] }
Get all available terms types with current versions (public)
Terms listed successfully
Show child attributes