JavaScript
const options = { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({terms: [{type: '<string>', version: '<string>'}]}) }; fetch('https://gp-auth-module.prod.gnosispay.com/user/terms', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{}
Accept one or more terms types and versions
Documentation IndexFetch the complete documentation index at: https://gnosispay-feat-v2-auth-module.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://gnosispay-feat-v2-auth-module.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
1
Show child attributes
Terms accepted successfully
true