JavaScript
const options = {method: 'GET'}; fetch('https://gp-auth-module.prod.gnosispay.com/source-of-funds', options) .then(res => res.json()) .then(res => console.log(res)) .catch(err => console.error(err));
{ "questions": [ { "id": "<string>", "question": "<string>", "answers": [ "<string>" ] } ], "version": 123 }
Get the Source of Funds questionnaire questions and answer options
Questions returned successfully
Show child attributes